System.JSON.TJSONBool.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AValue: Boolean);

C++

__fastcall TJSONBool(bool AValue);

Properties

Type Visibility Source Unit Parent
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool

Description

Creates an instance of TJSONBool with the specified boolean value.

See Also