Vcl.Controls.TDragControlObject.HideDragImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideDragImage; override;

C++

virtual void __fastcall HideDragImage();

Properties

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

Description

Hides the image used in the drag cursor.

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

See Also