Control.getFunctionByName

Syntax

getFunctionByName(fName: String);

Parameters

fName. Function name.

Description

The getFunctionByName method gets function by name.

Example

The example of method use is given in description of the Control.removeEvent method.

See also:

Control