FMX.ListView.Types.IListViewPresentationParent.CanSelectItem
Delphi
function CanSelectItem(const ItemIndex: Integer): Boolean;
C++
virtual bool __fastcall CanSelectItem(const int ItemIndex) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | IListViewPresentationParent |
Description
Returns True if the underlying data model allows the presentation layer to select the specified item; it returns False otherwise.