IBaseMethod.Description

Syntax

Description: String;

Description

The Description property determines description of the custom method.

Comments

The description can contain any information linked to custom method, for example, method purpose, description of its parameters and returned result. Description will be displayed next to method signature on its selection in expression editor.

Example

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

See also:

IBaseMethod