Vcl.WinXCtrls.TCustomRelativePanel.ControlCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlCollection: TRelativePanelControlCollection read FControlCollection write SetControlCollection;

C++

__property TRelativePanelControlCollection* ControlCollection = {read=FControlCollection, write=SetControlCollection};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomRelativePanel

Description

A reference to a collection of TRelativePanelControlItem associated to this relative panel.

See Also