FMX.Types.TTabList.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(const Index: Integer): IControl; virtual;

C++

virtual _di_IControl __fastcall GetItem(const int Index);

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTabList

Description

Returns a IControl Object based on its index.

The first parameter represents the Object index.

See Also