FMX.ListView.Appearances.TAppearanceListViewItems.CheckedIndexes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CheckedIndexes(const AChecked: Boolean): TArray<Integer>; overload;
function CheckedIndexes(const AOrder: TListViewItems.TOrder; const AChecked: Boolean): TArray<Integer>; overload;

C++

System::DynamicArray<int> __fastcall CheckedIndexes(const bool AChecked)/* overload */;
System::DynamicArray<int> __fastcall CheckedIndexes(const Fmx::Listview::Adapters::Base::TListViewItems::TOrder AOrder, const bool AChecked)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems


Description

Renvoie les index de tous les éléments cochés (AChecked = True) ou décochés (AChecked = False).

AOrder spécifie l'ordre des éléments renvoyés (TListViewItems.TOrder.FirstToLast ou TListViewItems.TOrder.LastToFirst).


Voir aussi