FMX.ListView.TAppearanceListView.GetAppearanceListViewItem

From RAD Studio API Documentation
Jump to: navigation, search

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.