System.JSON.TJSONString.Value

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

Delphi

function Value: string; override;

C++

virtual System::UnicodeString __fastcall Value();

プロパティ

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

説明

JSON 文字列インスタンスの文字列の内容を返します。

JSON 文字列インスタンスの文字列の内容を取得するには、Value を呼び出します。

関連項目