hiSetStackedLayoutCurrentIndex
hiSetStackedLayoutCurrentIndex(x_index g_formRegionOrLayout [ s_layoutName ]) =>x_index/nil
Description
Sets the index of the current top item of a valid stacked hiLayout.
Arguments
Value Returned
|
The index of the current top item, if the arguments resolve to a valid stacked hiLayout. |
|
Examples
Returns the new index of 4. The form, MyForm, with a main layout, MyMainLayout, is a stacked layout that has five items. The previous top item is index 0. Now, to change the top item to the last item, the index value is changed to 4.
hiSetStackedLayoutCurrentIndex( 4 MyForm 'MyMainLayout )
Return to top