procedure DefineBoolConstant(const AConstName: string; Value: Boolean; const Help: string);
Defines new boolean constant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | string | |
| 2 | Value | Boolean | |
| 3 | Help | string |
Result: stored in self (calling object)
Defines new boolean constant.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AConstName | string | |
| 2 | Value | Boolean | |
| 3 | Help | string |
Result: stored in self (calling object)