DlgListBox.GetItemProperties

table DlgListBox.GetItemProperties ( 

number ControlID,

number Index )

Example 1

tProps = DlgListBox.GetItemProperties(CTRL_LIST_BOX, 3);

Gets the properties from the third item in the list box control with control ID "CTRL_LIST_BOX" and stores it in the table "tProps."

Example 2

properties = DlgListBox.GetItemProperties(ControlID, -1);

Gets the properties from the last item in the list box control whose control ID is stored in "ControlID" and stores it in the table "properties."

See also:  Related Actions