Skip to main content

TdxDefaultBoolean Enum

Enumerates True, False, and default values.

Declaration

TdxDefaultBoolean = (
    bFalse,
    bTrue,
    bDefault
);

Members

Name Description
bFalse

A Boolean option is explicitly set to False.

bTrue

A Boolean option is explicitly set to True.

bDefault

A Boolean option is undefined. The actual Boolean value is defined at the parent level.

See Also