FMX.ListView.Appearances.TAppearanceListViewItems.CheckedIndexes

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!