Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void DefineBoolConstant(const DewString &AConstName, bool Value, const DewString &Help); | Defines new boolean constant. |
| 2 | void DefineBoolConstant(const DewString &AConstName, bool Value); |
Overload 1: void DefineBoolConstant(const DewString &AConstName, bool Value, const DewString &Help);
Defines new boolean constant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | const DewString & | |
| 2 | Value | bool | |
| 3 | Help | const DewString & |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Overload 2: void DefineBoolConstant(const DewString &AConstName, bool Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | const DewString & | |
| 2 | Value | bool |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler