System.JSON.TJSONBool.FalseString

提供:RAD Studio API Documentation

Delphi

FalseString: string = 'false';

C++

static System::UnicodeString FalseString;

プロパティ

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


説明

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

関連項目