Create a new empty form in a window.
Syntax
createForm(
name STRING )
RETURNING result ui.Form
- name is the name for the form.
Usage
The createForm() method can be used to create a new
empty form in the window object.
The method returns a new ui.Form instance or NULL if the form name passed as the parameter identifies an existing
form used by the window.