Vcl.Controls.TDragObject.MouseDeltaY

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MouseDeltaY: Double read FMouseDeltaY;

C++

__property double MouseDeltaY = {read=FMouseDeltaY};

Properties

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

Description

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

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

See Also