Type: | Bool32, Bool (synonomous) |
Range: | {TRUE, FALSE} |
Size: | 4 Bytes (32 bits) |
Supported Operations: | ! (not) & (and), | (or), ^ (xor), = (IsEqual), != (IsNotEqual), @ (AddressOf) |
Declaration: |
Type Bool32
IsA DWord End Type Synonym Bool = Bool32 |