Vcl.Controls.TDragDockObject.EraseDragDockImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EraseDragDockImage; virtual;

C++

virtual void __fastcall EraseDragDockImage(void);

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.