TdxTreeViewHitTest.HitObjectAsNode Property
In This Article
Provides access to a tree node located at the test point.
#Declaration
Delphi
property HitObjectAsNode: TdxTreeViewNode read;
#Property Value
Type | Description |
---|---|
Tdx |
A tree node. |
#Remarks
The HitObjectAsNode property returns nil (in Delphi) of nullptr (in C++Builder) if the test point does not belong to a node.
See Also