Vcl.Controls.TDragObject.MouseDeltaX

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MouseDeltaX: Double read FMouseDeltaX;

C++

__property double MouseDeltaX = {read=FMouseDeltaX};

Properties

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

Description

Specifies the x-coordinate of the mouse position relative to the position of the dragged object's target.

Use MouseDeltaX to determine the x-coordinate of the mouse position relative to the position where the dragged object would appear if released on the current target.

See Also