TreeListNodeGet

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.

SalBoolean TreeListNodeGet( SalNumber hItem, cMessage msgNodeData )

The TreeListNodeGet method retrieves all data stored with a node.

Parameters

Name Description
SalNumber hItem Handle of the node item for which to retrieve the stored data.
cMessage msgNodeData After TreeListNodeGet returns, this parameter will contain all the data stored with the node. This data is usually specified when the node is inserted using function TreeListNodeInsert.

Returns

The return value is TRUE if the data was successfully retrieved, FALSE otherwise.