Skip to main content
A newer version of this page is available. .

TdxTreeViewHitTest.HitObject Property

Provides access to a tree node at the test point.

Declaration

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