FMX.ListView.Appearances.TAppearanceListViewItems.CheckedCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CheckedCount(const AChecked: Boolean = True): Integer;

C++

int __fastcall CheckedCount(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

Zählt Einträge, für die Item.Checked = AChecked gilt.


Siehe auch