[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Routine used to draw dock images in drag/dock operations
Source position: controls.pp line 586
var OnDrawDockImage: TDrawDockImageEvent = Nil; |
OnDrawDockImage is a TDrawDockImageEvent variable which contains the default routine used to draw the docking image in a drag/dock operation. It is used in TDragDockObject methods which draw docking images likes HideDockImage, ShowDockImage, and MoveDockInage.
|
Shows the DockRect, and remembers the coordinates in EraseDockRect. |
|
|
Hides the DockRect, and invalidates EraseDockRect to prevent further erases. |
|
|
Moves an already visible DockRect. |
Version 4.0 | Generated 2025-05-03 | Home |