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

hiGetItemOfLayout

hiGetItemOfLayout( 
x_index
g_formRegionOrLayout 
[ s_layoutName ]
) 
=> x_index / nil

Description

Returns the description of all the items in the specified hiLayout as per the index order.

Arguments

x_index

The index position of the item.

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

x_index

The description of all the items in the specified hiLayout in index order.

nil

Nil, if the items in the specified hiLayout does not exist.

Related Topics

Form and Field Functions


Return to top
 ⠀
X