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.
PUBLIC ParameterList ( INPUT number-parameters AS INTEGER )
The SetParameter( ) method is used to provide data for each parameter element.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |