System.JSON.TJSONString

提供: RAD Studio API Documentation
2014年1月31日 (金) 20:40時点におけるL10nBot (トーク | 投稿記録)による版 (L10nBot がページ「System.Json.TJSONString」を「System.JSON.TJSONString」に、リダイレクトを残さずに移動しました:Json>JSON)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

System.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONString

Delphi

TJSONString = class(TJSONValue)

C++

class PASCALIMPLEMENTATION TJSONString : public TJSONValue

プロパティ

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

説明

JSON 文字列を実装したクラス。

TJSONString は JSON 文字列を実装したクラスです。

関連項目