Vcl.WinXCtrls.TRelativePanelControlCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TRelativePanelControlItem read GetItem write SetItem; default;

C++

__property TRelativePanelControlItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlCollection

Description

Provides an access to the individual TRelativePanelControlItem instance.

Items is an array property that provides access to the individual TRelativePanelControlItem instances in the collection.

See Also