FMX.ListBox.TCustomListBox.SelectAll

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SelectAll;

C++

void __fastcall SelectAll();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


Beschreibung

Wählt alle Einträge in der Liste aus.

SelectAll ist nur wirksam, wenn MultiSelect auf True gesetzt ist.

Siehe auch