FMX.ListView.Appearances.TAppearanceListViewItems.AnyChecked

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.


Voir aussi