System.Boolean

From RAD Studio VCL Reference
Jump to: navigation, search

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.

See Also

Personal tools
Translations
Newest Version