Gets or sets the if the MfBigInt class will return objects as their return value for various functions
OutputVar := instance.ReturnAsObject
instance.ReturnAsObject := Value
Value
Boolean representing true or false. Can be var or instance of MfBool.
Gets a boolean var of True or False representing the state of ReturnAsObject.
Set the state of ReturnAsObject to True or False.
If this property is set to true then the MfBigInt class will return an an MfBigInt instance on methods and Properties that are applicable. If false the MfBigInt class will return var (non objects) containing integer.