Setup Factory 10

DlgListBox.GetSelected

DlgListBox.GetSelected

This is the first topic This is the last topic  

DlgListBox.GetSelected

This is the first topic This is the last topic  

OverviewExamples

table DlgListBox.GetSelected (

number ControlID )

Example 1

tSelected = DlgListBox.GetSelected(CTRL_LIST_BOX);

Gets the indexes of all selected items in the list box control with control id "CTRL_LIST_BOX" and stores them in the table "tSelected."

Example 2

Selected_Items_Index = DlgListBox.GetSelected(nControlID);

Gets the indexes of all selected items in the list box control whose control id is stored in the variable "nControlID" and stores them in the table "Selected_Items_Index."

See also: Related Actions


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