Vcl.Controls.TDragImageList.ShowDragImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowDragImage;

C++

void __fastcall ShowDragImage();

Properties

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

Description

Shows the current drag image if it was previously hidden.

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

See Also