API:System.JSON.TJSONBool.Create
Delphi
class function Create(AValue: Boolean): TJSONBool; overload; static;
C++
__fastcall TJSONBool(bool AValue);
static TJSONBool* __fastcall Create(bool AValue)/* overload */;
/* TJSONAncestor.Create */ inline __fastcall virtual TJSONBool()/* overload */ : TJSONValue() { }
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function constructor |
public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONBool |
Description
Create crée une instance de TJSONAncestor.
System.JSON.TJSONBool.Create hérite de System.JSON.TJSONAncestor.Create. Tout le contenu en-dessous de cette ligne se réfère à System.JSON.TJSONAncestor.Create.
Create crée une instance de TJSONAncestor.