FMX.ListView.Appearances.TAppearanceListViewItems.SetChecked

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetChecked(const Index: Integer; const Value: Boolean);

C++

void __fastcall SetChecked(const int Index, const bool Value);

Eigenschaften

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


Beschreibung

Setter von Checked[const Index].


Siehe auch