FMX.ListView.Appearances.TAppearanceListViewItems.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TListViewItem* operator[](const int Index) { return this->AppearanceItem[Index]; }

Properties

Type Visibility Source Unit Parent
function public FMX.ListView.Appearances.hpp FMX.ListView.Appearances TAppearanceListViewItems

Description

Returns an item that has the specified index in the list view.

FMX.ListView.Appearances.TAppearanceListViewItems.operator [] inherits from FMX.ListView.Adapters.Base.TListViewItems.operator []. All content below this line refers to FMX.ListView.Adapters.Base.TListViewItems.operator [].

Returns an item that has the specified index in the list view.

See Also