| parameter |
Data required to execute an object method (import parameters) or returned by the method after it is called (export parameters).
The parameters belonging to a method are determined within the object type definition.
The interface of the method call is determined when the parameters are defined.