Try OpenEdge Now
ABL Reference
Class Properties and Methods Reference
:
Clear( ) method (Class)
Clear( ) method (Class)
Releases all information in a
Progress.Lang.ParameterList
object and sets the number of parameters to zero. Use of this method is effective for performance optimization by reusing a
Progress.Lang.ParameterList
object.
Return type:
LOGICAL
Access:
PUBLIC
Applies to:
Progress.Lang.ParameterList class
Syntax
Clear( )
See also
Invoke( ) method (Class)
,
NumParameters property (ParameterList)
,
SetParameter( ) method (Class)