System.JSON.TJSONBool.TrueString

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

Delphi

TrueString: string = 'true';

C++

static System::UnicodeString TrueString;

プロパティ

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


説明

True JSON ブーリアン値の文字列表現。

関連項目