Vcl.Controls.TDragObject.HideDragImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideDragImage; virtual;

C++

virtual void __fastcall HideDragImage();

Properties

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

Description

Provides the interface for a method that hides the current drag image.

Because TDragObject does not implement drag images (relying only on the cursor) HideDragImage does nothing for TDragObject. Descendant classes override HideDragImage to hide the drag image provided by the GetDragImages method.

See Also