Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCustomValue *DefineCustomValue(const DewString &AVarName, tObject *obj); | Define new custom object variable. |
| 2 | TCustomValue *DefineCustomValue(const DewString &AVarName); | Define type and initialize to nil. |
Overload 1: TCustomValue *DefineCustomValue(const DewString &AVarName, tObject *obj);
Define new custom object variable.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AVarName | const DewString & | |
| 2 | obj | tObject * |
Remarks:
The function receiving this variable needs to check for correct type of object and report an error if not as expected.
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Overload 2: TCustomValue *DefineCustomValue(const DewString &AVarName);
Define type and initialize to nil.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AVarName | const DewString & |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler