TreeListNodeMsgSetAttribute

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

The TreeListNodeMsgSetAttribute method sets the value of a specified attribute in the data stored with the node.

Parameters

Name Description
SalNumber hItem Handle of the node item for which to set the attribute value.
SalString sAttribute Name of the attribute in the node data to set.
SalString sValue The new attribute value to set.

Returns

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

Comments

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