System.JSON.TJSONString.FStrBuffer

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

FStrBuffer: TStringBuilder;

C++

System::Sysutils::TStringBuilder* FStrBuffer;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONString

Beschreibung

Repräsentiert ein Puffer, der einen JSON-String enthält.

FStrBuffer ist ein geschütztes Feld, das einen Puffer repräsentiert, der den aktuellen JSON-String enthält.

Siehe auch