RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.EraseDragDockImage Method

Erases the dock image for the control.

Pascal
procedure EraseDragDockImage(DragDockObject: TDragDockObject); dynamic;
C++
__fastcall EraseDragDockImage(TDragDockObject DragDockObject);

DrawDragDockImage is called automatically to erase the control (or, more typically, the drag rectangle) when the control is manipulated in drag-and-dock operations. 

 

DefaultDockImage 

EraseDragDockImage

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!