TdxDefaultBoolean Enum
In This Article
Enumerates True, False, and default values.
#Declaration
Delphi
TdxDefaultBoolean = (
bFalse,
bTrue,
bDefault
);
#Members
Name | Description |
---|---|
b
|
A Boolean option is explicitly set to False. |
b
|
A Boolean option is explicitly set to True. |
b
|
A Boolean option is undefined. The actual Boolean value is defined at the parent level. |
See Also