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