System.JSON.Utils.TJsonTextUtils.SingleQuoteCharEscapeFlags

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class property SingleQuoteCharEscapeFlags: TBooleanDynArray read FSingleQuoteCharEscapeFlags;

C++

/* static */ __property System::DynamicArray<bool> SingleQuoteCharEscapeFlags = {read=FSingleQuoteCharEscapeFlags};

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 simples (') et les caractères non ASCII dans une séquence d'échappement.

Voir aussi