TStringValue::DefineCustomValue Method

Overload List

#SignatureDescription
1void DefineCustomValue();Define value as custom object value with initial value of nil.
2void DefineCustomValue(tObject *obj, bool aIsOwned = false);Define value as custom object.

Overload 1: void DefineCustomValue();

Define value as custom object value with initial value of nil.

Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler

Overload 2: void DefineCustomValue(tObject *obj, bool aIsOwned = false);

Define value as custom object.

#NameTypeDescription
1objtObject *
2aIsOwned = falsebool
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler