Skip to main content

TdxCustomLayoutHitTest.Pos Property

Specifies the layout control’s point to be inspected (in coordinates relative to the control’s top-left corner).

Declaration

property Pos: TPoint read; write;

Property Value

Type Description
TPoint

The coordinates of the inspected point.

Remarks

You do not need to explicitly assign this property since it is automatically initialized with a point that you pass as parameters to the GetHitTest method when creating a HitTest object. If no point is passed, the current mouse pointer position is used instead.

Note

Other TdxCustomLayoutHitTest class members return their values based on the inspected point (Pos).

See Also