FMX.ListView.Appearances.TAppearanceListViewItems.CheckedCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Compte le nombre d'éléments pour lesquels Item.Checked = AChecked.


Voir aussi