System.JSON.TJSONTrue.Create
Delphi
constructor Create; override;
C++
__fastcall virtual TJSONTrue()/* overload */;
/* TJSONBool.Create */ inline __fastcall TJSONTrue(bool AValue)/* overload */ : TJSONBool(AValue) { }
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
constructor | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONTrue |
説明
True
JSON ブーリアン値を作成します。