Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : ReturnType property
 

ReturnType property

Returns an instance of Progress.Reflect.DataType that indicates the data type (e.g., Character, Integer, etc.) of the value returned by the method. If the return type is a class-based object, then the ReturnTypeName property returns a class type name, including package, as a CHARACTER expression.
Data type: Progress.Reflect.DataType link t/k
Access: PUBLIC Read-only
Applies to: Progress.Reflect.Method class

See also

ReturnTypeName property