API:System.Boolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type Boolean = (False, True);

C++

typedef bool                 Boolean;          //

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
sysmac.h
System System

Description

Embarcadero Technologies does not currently have any additional information.