hiGetLayoutChildLayouts
hiGetLayoutChildLayouts(g_formRegionOrLayout[s_layoutName] ) =>l_layouts/nil
Description
Returns the list of symbolic names of child-hiLayout items in the hiLayout.
Arguments
Values Returned
|
The list of symbolic names of hiLayout items in the hiLayout. |
|
Examples
Returns the symbolic names of the hiLayout items MyLayout1, MyLayout2, and MyLayout3 in the hiLayout from the child-layout, MySubLayout.
hiGetLayoutChildLayouts( MyForm 'MySubLayout )
=>(MyLayout1 MyLayout2 MyLayout3)
Related Topics
Return to top