API:System.JSON.TJSONFalse

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

System.JSON.TJSONBoolSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONFalse

Delphi

TJSONFalse = class sealed(TJSONBool)

C++

class PASCALIMPLEMENTATION TJSONFalse : /*[[sealed]]*/ public TJSONBool

プロパティ

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

説明

JSON の論理値です。

System.JSON.TJSONFalse は System.JSON.TJSONBool を継承しています。以下の内容はすべて System.JSON.TJSONBool を参照しています。

JSON の論理値です。

TJSONBool のインスタンスで表される値を、そのクラスのコンストラクタに渡すことができます。

値をさまざまな形式で取得するには、次のメンバを使用できます。

メンバ 形式 備考

Value

JSON(文字列

取り得る値は TrueStringFalseString です。

ToString

JSON(文字列

取り得る値は TrueStringFalseString です。

ToBytes

JSON(バイト列

取り得る値は TrueBytesFalseBytes です。

AsBoolean

論理値