IForeMethodParams.FindByParam

Syntax

FindByParam(Param: String): IForeMethodParam;

Parameters

Param. Parameter name.

Description

The FindByParam method searches a parameter by its name.

Comments

The method returns parameter in case of successive search and Null, if the specified parameter is not found.

See also:

IForeMethodParams