IForeSubParam

Assembly: Fore;

Description

The IForeSubParam interface is used to work with procedure/function/constructor parameter.

Inheritance Hierarchy

IForeSubParam

Comments

The IForeSubParams.Item, IForeSubParams.ParamByName methods provide access to the parameter.

Properties

  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:

Fore Assembly Interfaces