Methods
- Sub AppGetApplicationData( iLAppData, iLAppNlsData)
-
Get application data.
- Parameters:
-
- iLAppData
- A list of character string data. dd>
- iLAppNlsData
- A list of character string data. dd>
- Example:
-
Dim objThisIntf As SchAppCntrData Dim objArg1 As SchListOfBSTRs Dim objArg2 As SchListOfBSTRs ... objThisIntf.AppGetApplicationDataobjArg1,objArg2
- Sub AppListPotentialData( iLAppData, iLAppNlsData)
-
Get a list valid potential application data that can be set.
- Parameters:
-
- iLAppData
- A list of character string data. dd>
- iLAppNlsData
- A list of character string data. dd>
- Example:
-
Dim objThisIntf As SchAppCntrData Dim objArg1 As SchListOfBSTRs Dim objArg2 As SchListOfBSTRs ... objThisIntf.AppListPotentialDataobjArg1,objArg2
- Sub AppSetApplicationData( iLAppData)
-
Set application data.
- Parameters:
-
- iLAppData
- A list of character string data. dd>
- Example:
-
Dim objThisIntf As SchAppCntrData Dim objArg1 As SchListOfBSTRs ... objThisIntf.AppSetApplicationDataobjArg1