Called to check whether this control allows docking and where.
Source position: controls.pp line 2173
protected procedure TWinControl.DockOver( |
Source: TDragDockObject; |
X: Integer; |
Y: Integer; |
State: TDragState; |
var Accept: Boolean |
); virtual; |
Accept |
|
Initially True, set to False to reject an drop. |
Called for messages from the DragManager including: dmEnter, dmLeave, and dmMove. Gets the DockRect to show.
Positions the DockRect, and invokes OnDockOver (via DoDockOver).
Everything can be overridden using the OnDockOver handler, when assigned.
|
Get the DockRect for an possible drop. |
|
|
Event handler for moves of a control over this docksite; determines acceptance or rejection of an possible drop. |
CT Web help |
CodeTyphon Studio |