FMX.ListView.Adapters.Base.TListViewItems.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

Fmx::Listview::Types::TListItem* operator[](const int Index) { return this->Item[Index]; }

Properties

Type Visibility Source Unit Parent
function public FMX.ListView.Adapters.Base.hpp FMX.ListView.Adapters.Base TListViewItems

Description

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

See Also