Vcl.WinXCtrls.TRelativePanelControlCollection.Controls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Controls[Index: Integer]: TControl read GetControl write SetControl;

C++

__property Vcl::Controls::TControl* Controls[int Index] = {read=GetControl, write=SetControl};

Properties

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

Description

Provides an access to individual TControl instances

Controls is an array property that provides access to the individual TControl component that is managed by the associated control item.

See Also