FMX.ListView.TPresentedListView.DidUnselectItem
Delphi
procedure DidUnselectItem(const AItemIndex: Integer);
C++
void __fastcall DidUnselectItem(const int AItemIndex);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.ListView.pas FMX.ListView.hpp | FMX.ListView | TPresentedListView | 
Description
The presentation layer executes this method to indicate that it has unselected the specified item.