Try OpenEdge Now
ABL Reference
Class Properties and Methods Reference
:
GetParameters( ) method
GetParameters( ) method
Returns an array of
Progress.Reflect.Parameter
instances describing the parameters for the given constructor or method. If there are no parameters, the method returns an indeterminate array.
Return type:
Progress.Reflect.Parameter EXTENT
Access:
PUBLIC
Applies to:
Progress.Reflect.Constructor class
,
Progress.Reflect.Method class
Syntax
GetParameters ( )