Vcl.Controls.TDragImageList.HideDragImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideDragImage;

C++

void __fastcall HideDragImage();

Properties

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

Description

Hides the current drag image if it was previously shown.

Most applications do not need to use HideDragImage to hide the current drag image. The drag control object calls this method when it is needed.

See Also