LoadABNChart method: Node class
Syntax
LoadABNChart(&chart_rowset, &relactions_rowset, requested_node, initial_node)
Description
Note:
SmartNavigation has been desupported. This method remains for backward compatibility only.
Use this method to load the requested tree node into the SmartNavigation chart rowset and the component buffer.
Parameters
| Parameter | Description |
|---|---|
|
&chart_rowset |
Specifies the SmartNavigation chart rowset. Typically, this is the rowset returned by the GetABNChartRowSet function. |
|
&relactions_rowset |
Specifies the related actions rowset. Typically, this is the rowset returned by the GetABNRelActnRowSet function. |
|
requested_node |
Specifies as a Boolean value whether the calling node is the requested node. |
|
initial_node |
Specifies the initial chart node. Typically, this is returned directly by calling the GetABNInitialNode function. |
Returns
None.