Setup Factory 10

DlgListBox.GetItemProperties

DlgListBox.GetItemProperties

This is the first topic This is the last topic  

DlgListBox.GetItemProperties

This is the first topic This is the last topic  

OverviewExamples

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


Learn More: Indigo Rose Software - Setup Factory - Buy Now - Contact Us