FMX.ListView.Types.TListItemView.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
function public FMX.ListView.Types.hpp FMX.ListView.Types TListItemView

Description

List item drawable from the view list that has the specified index.

See Also