[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the class for a floating host dock site.
Source position: controls.pp line 1462
protected function TControl.GetFloatingDockSiteClass: TWinControlClass; virtual; |
The class of a floating host dock site for this control.
An instance of this class is created whenever a control shall float, but cannot (or shall not) float by itself.
Only TWinControls can float on the screen (with Parent=Nil), but not ordinary TControls.
Since dockable forms are not supported by every platform, a dockable TWinControl may need a floating host which presents a docking handle to the user (e.g. a dock caption).
|
Create a floating dock site with a client area equal to the given screen coordinates. |
Version 4.0 | Generated 2025-05-03 | Home |