Get and use a Progress.Lang.ParameterList instance
- Last Updated: October 8, 2020
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Syntax
You
can get an instance of a Progress.Lang.ParameterList class
using the NEW statement. This is the syntax for
creating a Progress.Lang.ParameterList instance.
|
Element descriptions for this syntax diagram follow:
- parameterlist-object
- An instance of the
Progress.Lang.ParameterListobject. - n
- An
INTEGERexpression indicating the number of parameters that the object contains. The argument must be greater than or equal to zero. A value of zero indicates that the method or constructor to which theProgress.Lang.ParameterListobject is to be passed does not take any parameters. If a negative value is specified, the AVM raises a run-time error.
In
this example, the rDynObj object is an instance
of the class specified by pcDynObjTypeName, which
in this case might have been CustomerObj, or OrderObj,
or any other derived class of BusinessObject:
|