Note: This property is supported for backward compatibility only. Progress Software recommends that you directly set and test the
UnknownReturnType property instead. For more information, see
UnknownReturnTypeproperty.
For example, if the
ReturnType property is an
INTEGER EXTENT, and this property is set to
TRUE, the
ReturnValue property returns an
IntHolder[]. If it is set to
FALSE, the
ReturnValue property returns an
Int32[]. The default is
FALSE. For information on the
ReturnValue property, see
Accessing user-defined function return values.