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

hiInstantiateForm

hiInstantiateForm( 
r_form 
) 
=> t / nil 

Description

Instantiates the C structure of a form from SKILL.

If a form is uninstantiated, field callbacks do not get called, since the form is simply a SKILL structure at this point. Instantiating the form gives you full form functionality, but the form does not get displayed.

Argument

r_form

A form returned by hiCreateAppForm or hiCreateForm.

Value Returned

t

The form is instantiated.

nil

An error occurred. An error message is displayed.

Examples

This example instantiates the form myform.

hiInstantiateForm( myform ) => t

Related Topics

hiCreateAppForm

Form and Field Functions


Return to top
 ⠀
X