[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Area to be erased when refreshing the display for the docking rectangle.
Source position: controls.pp line 616
public property TDragDockObject.EraseDockRect : TRect |
EraseDockRect is a TRect property that represents the area to be erased when redrawing the docking rectangle. The value in EraseDockRect is assigned in InitDock, and updated to contain the value from DockRect when the docking rectangle has been altered in methods like ShowDockImage, HideDockImage, and MoveDockImage.
EraseDockRect is passed as an argument to OnDrawDockImage, and to the underlying widgetset class.
|
Screen coordinates for a possible drop location. |
|
|
Initializes the dragging coordinates. |
|
|
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 |