ReturnAsObject

Namespace ›› System ›› MfInteger ›› Properties ››
Parent Previous Next

ReturnAsObject

Inherited from MfPrimitive.

Gets or sets the if the MfInteger 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

Gets a boolean var of True or False representing the state of ReturnAsObject.

Sets

Set the state of ReturnAsObject to True or False.

Remarks

If this property is set to true then the MfInteger class will return an an MfInteger instance on methods and Properties that are applicable. If false the MfInteger class will return var (non objects) containing integer.