Glossary

Group
Used in the Form Manager, a Group denotes a logical grouping of forms and/or controls. The grouping is reflected in the generated code through namespaces. If you export the form.suite4.net project as a Visual Studio .NET project, a separate folder will be created for each group.
Inherited Form
A form based on a Root Form (see below). It inherits the properties of the Root Form and can be manipulated independently of the Root Form.
Note:
 This feature is available in the Professional and higher versions of form.suite4.net only.
Root Form
A base form which is the container of controls and from which other forms (Inherited Forms, see above) can be derived.