API:System.JSON.TJSONString.Create
Delphi
constructor Create; overload;
constructor Create(const Value: string); overload;
C++
__fastcall TJSONString(void)/* overload */;
__fastcall TJSONString(const System::UnicodeString Value)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
constructor | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONString |
Beschreibung
Erstellt eine Instanz von TJSONAncestor.
System.JSON.TJSONString.Create erbt von System.JSON.TJSONAncestor.Create. Der folgende Inhalt bezieht sich auf System.JSON.TJSONAncestor.Create.
Erstellt eine Instanz von TJSONAncestor.