Description
Use ObjMethod.HasRetValue
to determine if the method, to which ObjMethod corresponds, has the return value.
Declaration
ObjMethodObj.HasRetValue()
ObjMethodObj | An expression, variable or parameter that specifies a reference to an ObjMethod object | |||
Result | Boolean |
Applies To
The method is applied to the following object:
Result Value
True, if the method has the return value; False otherwise.