Command Reference - List Box Object Actions
Returns the text of a specific item (or a delimited list of items) from a List Box Object.
|
Action ID: |
117 |
The name of the List Box Object that you want to examine.
Get
The type of retrieval you would like to perform on the List Box Object. Choose from:
|
Selected item(s) |
- |
Get the item (or items) currently selected in the List Box Object. |
|
All items |
- |
Get all of the items in the List Box Object. |
|
Specific items |
- |
Get the items listed by index in the Index field. |
The zero-based index of the item you want to get from the List Box Object. To specify multiple items, use a delimited list of indexes.
This field is only available when Specific items is selected above.
The delimiter that you used to separate items in the Index field. If the text in the Index field is not a delimited list, you can leave this field blank.
Variable
The name of the variable that the item (or items) will be stored in.
The delimiter that will be used to separate items if more then one item is returned from the List Box Object.
|
Value |
Simple Message |
Verbose Message |
|
0 (OK) |
|
|
|
1 |
MSG_ERR_LIST_BOX_OBJECT_GET_ITEM_TEXT |
MSG_ERR_LIST_BOX_OBJECT_GET_ITEM_TEXT |
|
1 |
MSG_ERR_LIST_BOX_OBJECT_GET_ITEM_TEXT |
MSG_ERR_LIST_BOX_OBJECT_GET_ITEM_TEXT |