Vcl.WinXCtrls.TCustomRelativePanel.ControlCollection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ControlCollection: TRelativePanelControlCollection read FControlCollection write SetControlCollection;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomRelativePanel


Beschreibung

Eine Referenz auf eine Kollektion von TRelativePanelControlItem, die diesem relativen Bereich zugeordnet ist.

Siehe auch