Assembly: Metabase;
The IWebForm interface contains properties and methods of the Web Form development environment object.
IWebForm
Property name | Brief description | |
Assembly | The Assembly property returns parameters of the temporary assembly that corresponds to this object. | |
Modified | The Modified property determines whether there are any unsaved changes. | |
ParentAssembly | The ParentAssembly property returns the description of the parent assembly. | |
Standalone | The Standalone property returns whether the object is present in the assembly. | |
Text | The Text property determines a unit text. |
Method name | Brief description | |
SendCommand | The SendCommand method sends a command to the web form and gets command execution results. | |
ShowModal | The ShowModal method opens web form modally relative to the object, from which code is executed. |
See also:
Related work items
Requirement 228047