TdxBreadcrumbEditNode.Next Property
Provides access to the next sibling of the current node.
Declaration
property Next: TdxBreadcrumbEditNode read;
Property Value
Type |
---|
TdxBreadcrumbEditNode |
Remarks
This property returns nil if the node doesn’t have the next sibling.
See Also