Adds the control to the list of registered docking sites.
Source position: controls.pp line 645
public procedure TDragManager.RegisterDockSite( |
Site: TWinControl; |
DoRegister: Boolean |
); virtual; abstract; |
Site |
|
The DockSite to register. |
DoRegister |
|
True for adding, False for removing the site. |
| Remark: | This should become a class method, maintaining the list of registered docking sites outside any DragManager instance. |
| Version 4.4 | Generated 2025-11-08 | Home |