IForeMethod.Params

Syntax

Params: IForeMethodParams;

Description

The Params property returns a collection of the custom parameters.

Comments

The list of parameters is created basing on signature of procedure or function that are bases of custom method. If signature can be changed, then to update list of parameters run the IBaseMethod.Bind method.

Example

The example of use is given in description of the IBaseMethod.Bind method.

See also:

IForeMethod