objListManager
objListManager contains read only properties that provide information about the instance list to your scripts.
Array properties
Array entry [0] is the value for the current entry in the instance list. (the entry that has focus)
Array entries [1], [2], [3] ... are the values for the selected entries in the instance list
Property | Type | Description |
AKey1[0] - AKey5[0] | string | The 5 Alpha identifying key values of the current instance of the instance list |
NKey1[0] - NKey5[0] | String | The 5 Numeric identifying key values of the current instance of the instance list |
VisualId1[0] | String | Visual Identifier 1 of the current Instance List entry |
VisualId2[0] | String | Visual Identifier 2 of the current Instance List entry |
AColumn1[0] – AColumn10[0] | String | The 10 Alpha Additional Column values of the current instance list entry |
NColumn1[0] – NColumn10[0] | String | The 10 Numeric Additional Column values of the current instance list entry |
Subtype[0] |
String |
The Subtype of the current instance list entry. Note that access to the instance list Subtype is restricted to RAMP-Newlook and RAMP-TS2 in the Windows platform. |
Single value properties
Property | Type | Description |
TotalSelected | integer | The number of selected entries in the instance list. |
For information about how to use the list manager object, see how to Interacting with Instance Lists in Scripts.