:Implements Statement

The :Implements statement identifies the function to be one of the following types.

:Implements Constructor <[:Base expr]>
:Implements Destructor
:Implements Method <InterfaceName.MethodName>
:Implements Trigger <name1><,name2,name3,...>
:Implements Trigger *
Element Description
Constructor Specifies that the function is a Class Constructor .
:Base expr Specifies that the Base Constructor be called with the result of the expression expr as its argument.
Destructor Specifies that the function is a Class Destructor .
Method Specifies that the function implements the Method MethodName whose syntax is specified by Interface InterfaceName .
Trigger Identifies the function as a Trigger Function which is activated by changes to variable name1, name2, and so forth. Trigger * specifies a Global Trigger that is activated by the assignment of any global variable in the same namespace.