TClrCustomControl.DockOver(TDragDockObject,Integer,Integer,TDragState,Boolean) Method
Responds when a docking client is dragged over the windowed control.
protected procedure DockOver(Source: TDragDockObject; X, Y: Integer; State: TDragState; var Accept: Boolean); override;
Parameters
- Source
- Type: TDragDockObject
- X
- Type: Integer
- Y
- Type: Integer
- State
- Type: TDragState
- Accept
- Type: Boolean