System.JSON.TJSONArray.Clone
Aus RAD Studio API Documentation
Delphi
function Clone: TJSONAncestor; override;
C++
virtual TJSONAncestor* __fastcall Clone(void);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONArray |
Beschreibung
Erstellt einen Klon der TJSONArray-Instanz.
Clone gibt einen Klon der aktuellen TJSONArray-Instanz als TJSONAncestor zurück.