AddForm
Previous Top Next

Adds a new Form to an application at runtime.
The form will not be visible until the statement FormName.Show
Syntax: AddForm (Form Name, Text)
Example:
AddForm ("frmAbout", "About")
frmAbout.Show