FMX.ListView.TAppearanceListView.GetAppearanceListViewItem
Delphi
function GetAppearanceListViewItem(const Index: Integer): TListViewItem; virtual;
C++
virtual Fmx::Listview::Appearances::TListViewItem* __fastcall GetAppearanceListViewItem(const int Index);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TAppearanceListView |
Description
Returns the list view item that is located at the specified index of the list of items.