The IForm interface contains properties of the Form development environment object.
| Property name | Brief description | |
| Content | The Content property defines form contents and parameters that are displayed in XML format. |
| Property name | Brief description | |
| Assembly | The Assembly property returns parameters of the temporary assembly that corresponds to the given object. | |
| Modified | The Modified property indicates whether any unsaved changes exist. | |
| ParentAssembly | The ParentAssembly property returns description of the parent assembly. | |
| Standalone | The Standalone property returns whether the object is present in the assembly. | |
| Text | The Text property determines text of the module. |
| Method name | Brief description | |
| CreateFormControl | The CreateFormControl method creates a new form and returns a context for managing this form. |
See also: