API:System.JSON.TJSONNull.Value

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

Delphi

function Value: string; override;

C++

virtual System::UnicodeString __fastcall Value(void);

プロパティ

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

説明

現在の JSON オブジェクトを文字列として返します。

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

現在の JSON オブジェクトを文字列として返します。

Value は、現在の JSON オブジェクトを文字列として返します。返された文字列が null の場合もあります。

関連項目