FMX.ListView.Appearances.TAppearanceListViewItems.AnyChecked

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AnyChecked(const AChecked: Boolean = True): Boolean;

C++

bool __fastcall AnyChecked(const bool AChecked = true);

Eigenschaften

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


Beschreibung

True, wenn es einen Eintrag gibt, für den Item.Checked = AChecked gilt.


Siehe auch