FMX.ListView.Appearances.TAppearanceListViewItems.AnyChecked
Delphi
function AnyChecked(const AChecked: Boolean = True): Boolean;
C++
bool __fastcall AnyChecked(const bool AChecked = true);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TAppearanceListViewItems |
Description
A la valeur True s'il existe un élément tel que Item.Checked = AChecked.