RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragDockObject.EraseDragDockImage Method

Called when the dock image for a control is erased.

Pascal
procedure EraseDragDockImage; virtual;
C++
virtual __fastcall EraseDragDockImage();

Override EraseDragDockImage in a derived class to perform actions when the dock image for a control is erased. 

As implemented in TDragDockObject, EndDrag calls the dragged control's EraseDragDockImage method. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!