IForeNETForm
Description
The IForeNETForm interface contains methods used to work with development environment object that is .NET form.
|
Property name |
Brief description |
|
Assembly |
The Assembly property returns parameters of parent .NET assembly, where the .NET unit is stored. |
|
FormName |
The FormName property determines the name of .NET form that corresponds to the given .NET unit. |
Methods
|
Method name |
Brief description |
|
InitForm |
The InitForm method performs base setup of .NET form and returns whether setup successfully completed. |
|
LoadFormContent |
The LoadFormContent method loads and returns the content of a .NET form. |
|
SaveFormContent |
The SaveFormContent method saves the content of a .NET form. |
|
Property name |
Brief description |
|
LoadModuleContent |
The LoadModuleContent method loads and returns the contents of the .NET unit. |
|
SaveModuleContent |
The SaveModuleContent method saves the contents of the .NET unit. |
See also:
ForeNet Assembly Interfaces