[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds the control to the list of registered docking sites.
Source position: controls.pp line 540
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. |
lazarus-ccr.sourceforge.net |