System.JSON.Utils.TJsonTextUtils.DoubleQuoteCharEscapeFlags

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class property DoubleQuoteCharEscapeFlags: TBooleanDynArray read FDoubleQuoteCharEscapeFlags;

C++

/* static */ __property System::TBooleanDynArray DoubleQuoteCharEscapeFlags = {read=FDoubleQuoteCharEscapeFlags};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.JSON.Utils.pas
System.JSON.Utils.hpp
System.JSON.Utils TJsonTextUtils


Description

Tableau d'indicateurs d'échappement de caractère pour placer les caractères ASCII non imprimables, les guillemets doubles (") et les caractères non ASCII dans une séquence d'échappement.

Voir aussi