FMX.ListBox.TCustomListBox.SelectAll
Delphi
procedure SelectAll;
C++
void __fastcall SelectAll();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Selects all the items in the list.
SelectAll works only if MultiSelect is set to True.