API:System.JSON.TJSONPair.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; overload;
constructor Create(const Str: TJSONString; const Value: TJSONValue); overload;
constructor Create(const Str: string; const Value: TJSONValue); overload;
constructor Create(const Str: string; const Value: string); overload;

C++

__fastcall TJSONPair(void)/* overload */;
__fastcall TJSONPair(TJSONString* const Str, TJSONValue* const Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, TJSONValue* const Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const System::UnicodeString Value)/* overload */;

Properties

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

Description

Creates an instance of TJSONAncestor.

System.JSON.TJSONPair.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