Fore > Fore Assembly Interfaces > IForeSubParam
Assembly: 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 | |
![]() |
IsVar | The IsVar property returns the method of sending parameter. |
![]() |
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: