Assembly: Fore;
Namespace: Prognoz.Platform.Interop.Fore;
The IForeSubParam interface is used to work with procedure/function/constructor parameter.
IForeSubParam
The IForeSubParams.Item, IForeSubParams.ParamByName methods provide access to the parameter.
| Property name | Brief description | |
| Name | The Name property returns a name of the parameter. | |
| ParamType | The ParamType property returns the type of value that can be set in the parameter. | |
| TypeName | The TypeName property returns parameter type name. | |
| Value | The Value property determines a parameter value. |
See also: