FMX.ListView.Appearances.TAppearanceListViewItems.CheckAll

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CheckAll(const AChecked: Boolean = True); overload;
procedure CheckAll(const ACallback: TFunc<Integer, Boolean>; const AChecked: Boolean = True); overload;

C++

void __fastcall CheckAll(const bool AChecked = true)/* overload */;
void __fastcall CheckAll(const System::DelphiInterface<System::Sysutils::TFunc__2<int,bool> > ACallback, const bool AChecked = true)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems


Beschreibung

Markiert alle Listenansichtseinträge als Checked.

CheckAll ändert den Status aller Listenansichtseinträge, indem alle ausgewählt werden.

Siehe auch