Gets all field names from the inter form.
Gets the document associated with the inter form.
Gets a specific field by index and name from the inter form.
The index of the field to retrieve.
The name of the field to retrieve. If not provided, it defaults to an empty string.
Gets the field count of the inter form.
The name of the field to count.
Gets a specific control on a page by index.
The page from which to get the control.
The index of the control to retrieve.
Gets the count of controls on a specific page.
The page from which to count the controls.
StaticcreateNo longer use 'new' to create, but use create instead.
Optionaloptions: OptionsCreate a InterForm instance
No longer use 'new' to create, but use create instead.