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

hiFormApply

hiFormApply( 
r_form 
) 
=> t 

Description

Equivalent to clicking the Apply button on a form.

This function takes the form as an argument and executes the Done callback associated with the form without unmapping it. This can either be a symbol or a string. If it is a symbol, it is the name of the function that should be called with the form as an argument. You can call

hiInFormApply( form ) =>  t | nil

in the Done callback to find out if the Done callback is called due to an OK or an Apply of the form.

Argument

r_form

Specifies the form.

Values Returned

t

Operation successful.

Related Topics

Form and Field Functions

hiCreateAppForm

hiFormCancel

hiFormClose

hiFormDefaults

hiFormDone


Return to top
 ⠀
X