Form(Name: String): IForeNETRuntimeForm;
Name is a name of the .NET form, the context of which should be received.
NOTE. The name of the form should be specified together with the namespace of the assembly as follows: <assembly namespace>.<form name>
The Form property returns the context of a specified .NET form, implemented in this assembly.
The example of using this property is given in the example of using the IForeNETRuntimeForm.Show and IForeNETRuntimeForm.ShowDialog method.
See also: