System.JSON.TJSONBool.Create

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

Delphi

constructor Create(AValue: Boolean);

C++

__fastcall TJSONBool(bool AValue);

プロパティ

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


説明

TJSONBool のインスタンスを、指定されたブーリアン値 として作成します。

関連項目