FMX.ListBox.TCustomListBox.ClearSelection
Delphi
procedure ClearSelection;
C++
void __fastcall ClearSelection();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.ListBox.pas FMX.ListBox.hpp | FMX.ListBox | TCustomListBox | 
Description
Deselects all the selected items from the list box.
If no items are selected before calling ClearSelection, nothing happens.