Vcl.Controls.TControl.EraseDragDockImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EraseDragDockImage(DragDockObject: TDragDockObject); dynamic;

C++

DYNAMIC void __fastcall EraseDragDockImage(TDragDockObject* DragDockObject);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Erases the dock image for the control.

DrawDragDockImage is called automatically to erase the control (or, more typically, the drag rectangle) when the control is manipulated in drag-and-dock operations.

See Also