Vcl.ComCtrls.TToolBarDockObject.EraseDragDockImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EraseDragDockImage; override;

C++

virtual void __fastcall EraseDragDockImage();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBarDockObject

Description

Called when the dock image for a control is erased.

Vcl.ComCtrls.TToolBarDockObject.EraseDragDockImage inherits from Vcl.Controls.TDragDockObject.EraseDragDockImage. All content below this line refers to Vcl.Controls.TDragDockObject.EraseDragDockImage.

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.