type TLogicalOperator = (loXOR, loAND, loOR);
An enumerated type that specifies logical (bitwise) operators for use in ApplyBitmask.
[See also]