Progress.Lang.ParameterList class
- Last Updated: July 20, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Stores the parameter values for a specific method or constructor call.
Progress.Lang.ParameterList is a built-in ABL class that provides a
common set of properties and methods in support of specific overloaded versions of the
Invoke( ) method and the New( ) method of the
Progress.Lang.Class class. A Progress.Lang.ParameterList
object stores the parameter values for a specified method or constructor call and is used to
pass all parameters.
Serializable:
No
Constructor
|
- number-parameters
- Number of parameters that the object will contain.
Super Class
Interfaces
This class does not implement interfaces (beyond those it inherits from its base class).
Public Properties
| NumParameters property (ParameterList) | – |
Public Methods
| Clear( ) method (Class) | SetParameter( ) method (Class) |
Public Events
This class does not contain events.
Notes
- The
SetParameter( )method is used to provide data for each parameter element.
See also
Progress.Lang.Class class, Invoke( ) method (Class), New( ) method