Vcl.Controls.TDragImageList.HideDragImage
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.