FMX.ListView.Types.IListViewPresentationParent.DidSelectItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DidSelectItem(const ItemIndex: Integer);

C++

virtual void __fastcall DidSelectItem(const int ItemIndex) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewPresentationParent

Description

The presentation layer executes this method to indicate that it has selected the specified item.

See Also