API:FMX.ListView.Types.IListViewCheckProvider.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checked[const Index: Integer]: Boolean read GetChecked write SetChecked; default;

C++

__property bool Checked[const int Index] = {read=GetChecked, write=SetChecked/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewCheckProvider

Description

Embarcadero Technologies does not currently have any additional information.