Unit 'MUIClass.List' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIList.Select

Select/deselect a list entry or ask an entry if its selected.

Declaration

Source position: MUIClass.List.pas line 99

public procedure TMUIList.Select(

  Pos: Integer;

  SelType: Integer;

  var State: Integer

);

Arguments

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


Documentation generated on: 2024-03-28