Vcl.Controls.TDockZone.ChildControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChildControl: TControl read FChildControl;

C++

__property TControl* ChildControl = {read=FChildControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Description

Specifies the control inside a TDockZone object.

ChildControl is a read-only property that specifies the child control of a TDockZone object.

See Also