Select/deselect a list entry or ask an entry if its selected.
Source position: MUIClass.List.pas line 100
public procedure TMUIList.Select( |
Pos: Integer; |
SelType: Integer; |
var State: Integer |
); |
Pos |
|
Number of the entry or MUIV_List_Select_Active for the active entry. MUIV_List_Select_All for all entries. |
SelType |
|
MUIV_List_Select_Off unselect entry. MUIV_List_Select_On select entry. MUIV_List_Select_Toggle toggle entry. MUIV_List_Select_Ask just ask about the state. |
State |
|
This will be filled with the current selection state |