System.JSON.Builders.TJSONCollectionBuilder.AsJSON

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsJSON: string read GetAsJSON;

C++

__property System::UnicodeString AsJSON = {read=GetAsJSON};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder


Beschreibung

Gibt den Builder-Inhalt als JSON-String zurück.

Siehe auch