Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomLayoutHitTest.Pos Property

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

#Declaration

Delphi
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