System.JSON.Writers.TJsonTextWriter.QuoteChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QuoteChar: Char read FQuoteChar write SetQuoteChar;

C++

__property System::WideChar QuoteChar = {read=FQuoteChar, write=SetQuoteChar, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter

Description

Gets or sets which character to use to quote attribute values.

When you create an instance of TJsonTextWriter, QuoteChar is set to '""' .

See Also