RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.DefaultDockImage Method

Handles the painting and erasing of a dock image.

Pascal
procedure DefaultDockImage(DragDockObject: TDragDockObject; Erase: Boolean); dynamic;
C++
__fastcall DefaultDockImage(TDragDockObject DragDockObject, Boolean Erase);

The DrawDragDockImage and EraseDragDockImage methods call DefaultDockImage to paint or erase the drag image of a control while the user drags it in a drag-and-dock operation. 

DragDockObject contains the drag-and-dock information for the control. 

Erase specifies whether to draw or erase the image. 

 

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