TreeListSetAsRoot

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber TreeListSetAsRoot(SalNumber hItem)

The TreeListSetAsRoot resets the list and repopulates it with the specified node as the root node.

Parameters

Name Description
SalNumber hItem Handle of the node item to set as root

Returns

This method does not return a value.

Comments

Could be useful when user needs to browse only a specific set of node types. This would reduce the amount of navigating through the tree structure.