API:System.JSON.TJSONPair.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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: Integer); overload;
constructor Create(const Str: string; const Value: Double); 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 int Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const double Value)/* overload */;
__fastcall TJSONPair(const System::UnicodeString Str, const bool Value)/* overload */;
__fastcall virtual TJSONPair()/* overload */;

プロパティ

種類 可視性 ソース ユニット
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONPair

説明

TJSONAncestor のインスタンスを作成します。

System.JSON.TJSONPair.Create は System.JSON.TJSONAncestor.Create を継承しています。以下の内容はすべて System.JSON.TJSONAncestor.Create を参照しています。


TJSONAncestor のインスタンスを作成します。

関連項目