IBaseMethod.Method

Syntax

Method: String;

Method: String;

Description

The Method property determines a unique identifier of the custom method.

Comments

The identifier should match with the identifier of the function/procedure contained in the unit specified in the Assembly property. The function or procedure must be declared with the Public access modifier.

Примеры Fore и Fore.NET

The example of use is given in the IForeMethods.Add method description.

See also:

IBaseMethod