FMX.ListView.Types.IListViewCheckProvider.FirstChecked
Delphi
function FirstChecked(const Checked: Boolean = True): Integer;
C++
virtual int __fastcall FirstChecked(const bool Checked = true) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | IListViewCheckProvider |
Description
Shows the Index of the first checked item.