Indicates if the control has a host dock site.
Source position: controls.pp line 1595
public function TControl.Docked: Boolean; |
True if the Parent control is also the HostDockSite for the control.
Docked is a Boolean function which indicates if the control instance is docked to a host docking site. The return value is True when all of the following conditions are met:
|
The host site (TWinControl) into which this control is docked. Nil if not docked. |
|
|
The control within which the control is shown. |
|
|
Gets the form instance for the specified Control. |
CT Web help |
CodeTyphon Studio |