TreeListNodeMsgSetName

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 TreeListNodeMsgSetName( SalNumber hItem,
		                SalString sValue )

The TreeListNodeMsgSetName sets the name of the data stored with a node.

Parameters

Name Description
SalNumber hItem Handle of the node item for which to set the name.
SalString sValue The new name to set.

Returns

The return value is TRUE if the name was successfully set, FALSE otherwise.

Comments

This method might be useful when moving data in the structure. (Cut / Paste)