System.Boolean
From RAD Studio VCL Reference
C++ Information
From System.hpp
typedef bool Boolean;
Unit: System
Type: typedef
Description
Represents the generic Boolean type.
Boolean values are denoted by the predefined constants True and False. A Boolean value is considered True when its ordinality is 1, and False when its ordinality is 0(zero).
A Boolean variable occupies 1 byte of memory.