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
Value Returned
Examples
This example instantiates the form myform.
hiInstantiateForm( myform ) => t
Related Topics
Return to top