API:System.JSON.TJSONPair.Create
Delphi
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;
constructor Create(const Str: string; const Value: Int64); overload;
constructor Create(const Str: string; const Value: UInt64); overload;
constructor Create(const Str: string; const Value: Integer); overload;
constructor Create(const Str: string; const Value: Cardinal); overload;
constructor Create(const Str: string; const Value: Double); overload;
constructor Create(const Str: string; const Value: Extended); overload;
constructor Create(const Str: string; const Value: Currency); overload;
constructor Create(const Str: string; const Value: Boolean); overload;
constructor Create; overload; override;
C++
__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 */;
__fastcall TJSONPair(const System::UnicodeString Str, const __int64 Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const unsigned __int64 Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const int Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const unsigned Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const double Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const System::Extended Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const System::Currency Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const bool Value)/* overload */;
__fastcall virtual TJSONPair()/* overload */;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| constructor | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONPair |
Description
Create crée une instance de TJSONAncestor. System.JSON.TJSONPair.Create hérite de System.JSON.TJSONAncestor.Create. Tout le contenu en-dessous de cette ligne se réfère à System.JSON.TJSONAncestor.Create.
Create crée une instance de TJSONAncestor.