API:System.JSON.TJSONBool.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create(AValue: Boolean): TJSONBool; overload; static;

C++

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

Properties

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

Description

Creates an instance of TJSONAncestor.

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

Creates an instance of TJSONAncestor.

See Also