Loads controls from the specified form.
Method of Form
New in package 166Syntax
Form.loadControls( typeName, formName )
Parameters
Parameter | Type | Description |
---|---|---|
formName | String | Name of the form to load the controls from. |
typeName | String | The form's type. |
Description
Returns Array of controls loaded from the specified form.