TdxCustomLayoutHitTest.Pos Property
In This Article
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 Tdx
class members return their values based on the inspected point (Pos
).
See Also