Description: Operand %1 cannot
be void (Check the that it has a return value).
Cause: A method was expected
to return a value – that is, MyNumber := AMethod(56) if AMethod
does not have a return value, then this error occurs.
Resolution: Ensure method has
a return value.