FMX.ListView.Appearances.TAppearanceListViewItems.GetChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChecked(const Index: Integer): Boolean;

C++

bool __fastcall GetChecked(const int Index);

Properties

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

Description

Getter of Checked[const Index].


See Also