System.JSON.TJSONString.FStrBuffer
Delphi
FStrBuffer: TStringBuilder;
C++
System::Sysutils::TStringBuilder* FStrBuffer;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
field | protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONString |
Description
Représente un tampon contenant la chaîne JSON.
FStrBuffer est un champ protégé qui représente un tampon contenant la chaîne JSON en cours.