Vcl.Controls.TDragObject.ShowDragImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowDragImage; virtual;

C++

virtual void __fastcall ShowDragImage();

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 shows the current drag image.

Because TDragObject does not implement drag images (relying only on the cursor), ShowDragImage does nothing for TDragObject. Descendant classes, such as Vcl.Controls.TDragControlObject, can override ShowDragImage to show the drag image.

See Also