FMX.ListView.TPresentedListView.CanSelectItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanSelectItem(const AItemIndex: Integer): Boolean;

C++

bool __fastcall CanSelectItem(const int AItemIndex);

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TPresentedListView

Description

Returns True if the underlying data model allows the presentation layer to select the specified item; it returns False otherwise.

See Also