API:System.JSON.TJSONFalse.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

C++

__fastcall virtual TJSONFalse()/* overload */;
/* TJSONBool.Create */ inline __fastcall TJSONFalse(bool AValue)/* overload */ : TJSONBool(AValue) { }

Properties

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

Description

Creates an instance of TJSONBool with the specified boolean value.

System.JSON.TJSONFalse.Create inherits from System.JSON.TJSONBool.Create. All content below this line refers to System.JSON.TJSONBool.Create.

Creates an instance of TJSONBool with the specified boolean value.

See Also