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

hiUpdateFormBlock

hiUpdateFormBlock(
r_form
)
=> t / nil

Description

Used to reset a form if you have blocked multiple updates with the hiSetFormBlock function. The functions pf hiUpdateFormBlock(r_form) is equivalent to hiSetFormBlock(r_form nil).

Use the hiSetFormBlock and hiUpdateFormBlock functions only if you are making extensive changes to a form.

Argument

r_form

Handle to the form you want to reset.

Values Returned

t

In all cases except when r_form is not valid.

nil

r_form is not valid.

This section includes programming samples for creating forms.

Related Topics

Form and Field Functions


Return to top
 ⠀
X