
|
CONSTANTS: TRISTATE
Tristate Constants
You may use either the CONSTANT (left column) or the VALUE (center column) in
your code and get the same results.
CONSTANT | VALUE | DESCRIPTION |
TristateTrue | -1 | True |
TristateFalse | 0 | False |
TristateUseDefault | -2 | Use default
setting |
|