System.JSON.TJSONString.FStrBuffer
Delphi
FStrBuffer: TStringBuilder;
C++
System::Sysutils::TStringBuilder* FStrBuffer;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONString |
Description
Represents a buffer containing the JSON string.
FStrBuffer is the TStringBuilder type field containing an array of characters that is used to store the actual JSON string data.