Vcl.Controls.TDragControlObject.ShowDragImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowDragImage; override;

C++

virtual void __fastcall ShowDragImage();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragControlObject

Description

Shows the image used in the drag cursor.

If the control being dragged has an image list containing an image for dragging, it will be shown. This allows control over when a drag image is shown.

See Also