Vcl.Controls.TDragObject.DragHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragHandle: HWND read FDragHandle write FDragHandle;

C++

__property HWND DragHandle = {read=FDragHandle, write=FDragHandle, nodefault};

Properties

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

Description

Specifies the window handle of the dragged object.

Use DragHandle to get or set the window handle of the dragged object.

See Also