Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void DefineStringList(); | Define value as string list. |
| 2 | void DefineStringList(tStringList *aList, bool aIsOwned = false); | Define value as string list. |
Overload 1: void DefineStringList();
Define value as string list.
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler
Overload 2: void DefineStringList(tStringList *aList, bool aIsOwned = false);
Define value as string list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aList | tStringList * | |
| 2 | aIsOwned = false | bool |
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler