FMX.ListView.Types.IListViewAdapter.Item

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Item[const Index: Integer]: TListItem read GetItem; default;

C++

__property TListItem* Item[const int Index] = {read=GetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewAdapter

Description

Represents the list item specified by Index.

Index must be in a range from 0 to the value contained in Count.

See Also