Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiGetLayoutChildLayouts

hiGetLayoutChildLayouts( 
g_formRegionOrLayout 
[ s_layoutName ]
) 
=> l_layouts / nil

Description

Returns the list of symbolic names of child-hiLayout items in the hiLayout.

Arguments

g_formRegionOrLayout

  

Any of the following:

  • hiLayout form
  • Scroll region or tab page in hiLayout form
  • hiLayout

s_layoutName

A symbol name of a hiLayout, field in the form, or region.

Values Returned

l_layouts

The list of symbolic names of hiLayout items in the hiLayout.

nil

Nil, if no symbolic names exist 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

Form and Field Functions


Return to top
 ⠀
X