FMX.ListView.Types.IListViewPresentationParent.DidUnselectItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DidUnselectItem(const ItemIndex: Integer);

C++

virtual void __fastcall DidUnselectItem(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 unselected the specified item.

See Also