[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the control has a host dock site.
Source position: controls.pp line 1620
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. |
Version 4.0 | Generated 2025-05-03 | Home |