Vcl.WinXCtrls.TRelativePanelControlCollection.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(Index: Integer): TRelativePanelControlItem;

C++

HIDESBASE TRelativePanelControlItem* __fastcall GetItem(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlCollection

Description

Supports the Items array property.

GetItem is a read accessor method that supports the Items array property.

See Also