FMX.ListView.Appearances.TAppearanceListViewItems.CheckedCount
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.