Back to Devexpress

TcxControl.MouseDownPos Property

vcl-cxcontrols-dot-tcxcontrol-b0f42864.md

latest781 B
Original Source

TcxControl.MouseDownPos Property

Specifies the mouse pointer position when an OnMouseDown event occurs.

Declaration

delphi
property MouseDownPos: TPoint read; write;

Property Value

Type
TPoint

Remarks

TcxControl descendants use this property to store an initial mouse pointer position in drag-and-drop operations.

See Also

TcxControl.MouseCaptureObject

TcxControl Class

TcxControl Members

cxControls Unit