TdxTreeViewHitTest.HitPoint Property
In This Article
Returns the test point in the Tree View control’s client area.
#Declaration
Delphi
property HitPoint: TPoint read; write;
#Property Value
Type | Description |
---|---|
TPoint | The test point. |
See Also