System.JSON.Readers.TJsonReader.SetQuotedChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetQuotedChar(Value: Char); virtual;

C++

virtual void __fastcall SetQuotedChar(System::WideChar Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Setter method for QuoteChar.

SetQuotedChar is used as the setter method for QuoteChar. The Value argument defines the character to use to quote string values.

See the QuoteChar documentation for further details on how to use the property.

See Also