System.JSON.TJSONAncestor.Value

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

Delphi

function Value: string; virtual;

C++

virtual System::UnicodeString __fastcall Value();

プロパティ

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

説明

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

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

関連項目