FMX.ListBox.TCustomListBox.ItemByIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemByIndex(const Idx: Integer): TListBoxItem;

C++

TListBoxItem* __fastcall ItemByIndex(const int Idx);

Properties

Type Visibility Source Unit Parent
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Returns the item at the index specified by Idx.

See Also