ReturnAsObject

Namespace ›› System ›› MfChar ›› Properties ››
Parent Previous Next

ReturnAsObject

Gets or sets the if the MfChar class will return objects as their return value for various functions
Inherited from MfPrimitive

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 MfChar class will return an an object on methods and Properties that are applicable. If false the MfChar class will return vars (non objects) containing their respective values.