Vcl.Controls.TControl.DrawDragDockImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawDragDockImage(DragDockObject: TDragDockObject); dynamic;

C++

DYNAMIC void __fastcall DrawDragDockImage(TDragDockObject* DragDockObject);

Properties

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

Description

Draws the dock image for the control.

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

DrawDragDockImage calls DefaultDockImage to render the image.

See Also