IForeNETModule.FormName

Syntax

FormName: String;

Description

The FormName property determines the name of .NET form that corresponds to the given .NET unit.

Comments

This property is relevant for .NET forms. By default the name of .NET form is formed by combining the ID of the corresponding object in the repository with the word "Form". Using this property, one can change the name of .NET forms for better view in the code.

See also:

IForeNETModule