Property or method
|
Description
|
PUBLIC NumParameters AS INTEGER
|
A readable/writable property that identifies the number of parameters in a Progress.Lang.ParameterList object
|
METHOD PUBLIC LOGICAL Clear( )
|
Releases all information in the Progress.Lang.ParameterList object and sets the number of parameters to zero
|
METHOD PUBLIC LOGICAL SetParameter
( position, data-type, iomode, parameter-value ) |
Populates elements in the Progress.Lang.ParameterList object
|