FMX.ListView.Appearances.TAppearanceListViewItems.CheckedIndexes

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems


説明

チェック付き(AChecked = True)またはチェックなし(AChecked = False)の項目のインデックスをすべて返します。

AOrder は、返される項目(TListViewItems.TOrder.FirstToLast または TListViewItems.TOrder.LastToFirst)の順番を指定します。


関連項目