Vcl.Controls.TDockZone.ChildControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ChildControl: TControl read FChildControl;

C++

__property TControl* ChildControl = {read=FChildControl};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Beschreibung

Gibt das Steuerelement in einem TDockZone-Objekt an.

ChildControl ist eine schreibgeschützte Eigenschaft, die das einem TDockZone-Objekt untergeordnete Steuerelement angibt.

Siehe auch