LoadABNChartOrdered method: Leaf class
Syntax
LoadABNChartOrdered(&chart_rowset, &relactions_rowset, order)
Description
Note:
SmartNavigation has been desupported. This method remains for backward compatibility only.
Use this method to load a child leaf of the current tree node into the SmartNavigation chart rowset and the component buffer. The order for the leaf within its chart level is specified by this method.
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. |
|
order |
Specify the order for the leaf as a number. Note: For a given chart level, all chart leaves must have a display order greater than zero. |
Returns
None.