Vcl.Controls.TDragDockObject.EraseDragDockImage
Delphi
procedure EraseDragDockImage; virtual;
C++
virtual void __fastcall EraseDragDockImage();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TDragDockObject |
Description
Called when the dock image for a control is erased.
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.