Form Component

Overview

Form component is a special type of form. It has no scripting or events, only the user interface that can be used inside some special components: Form Container and List Form Container.

Commands Summary

A summary of commands available on this item via right-click context menu

CommandSummary

Open in Form Editor

Opens the Form Editor

Open Form Hierarchy

Opens the Form Hierarchy

Create new sub form component

Opens the New Form Wizard to create subform

Add to working set

Adds form component to a Working Set

Transform to regular form

Transforms form component to a regular form

Duplicate form component

Creates a (deep) copy of the form component

Delete form component

Deletes form component from workspace

Rename form component

Change form component name

Search for References

Search all references in your active solution

Properties Summary

A summary of properties for this item, which can be configured in the Properties Editor. See Form Object Model for properties that can be modified in Properties Editor.

Commands Details

The details for each command available on this item via right-click context menu

Open in Form Editor

Opens the Form Editor. Form component only has User Interface and no scripting.

Open Form Hierarchy

Opens the Form Hierarchy. There you see the hierarchy tree (according to parent-child relation).

Create new sub form component

Opens the New Form Wizard to create child form (new form whose parent is the selected form).

Transform to regular form

Transform this form component to a regular form. Note that a regular form cannot be transformed to a form component, so this change is irreversible. A form component only has a subset of features of the regular form (as it has only a very specific purpose).

Add to working set

Add the form to a working set (like a logical folder for that form). A Working Set can contain both regular forms and form components.

Duplicate form component

Creates a (deep) copy of the form component. You can choose the new form name.

Delete form component

Deletes the form component from workspace.

Rename form component

Can choose a new name for the form. WARNING: this may break your solution if you use the hard coded name in some code of your solution.

Search for References

Search all references of the form component in your active solution.

Last updated