hiGetStackedLayoutCurrentIndex
hiGetStackedLayoutCurrentIndex(g_formRegionOrLayout[s_layoutName] ) =>x_index/nil
Description
Returns the index of the current top item.
Arguments
Values Returned
|
The index position of the current top item if the arguments resolve to a valid stacked hiLayout. |
|
Examples
The function returns 2. A form, MyForm, within the main layout, MyMainLayout, is a stacked layout that has 5 items where the current top item is index 2.
hiGetStackedLayoutCurrentIndex( MyForm 'MyMainLayout )
=> 2
Related Topics
Return to top