System.JSON.Readers.TJsonReader.QuoteChar

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property QuoteChar: Char read FQuoteChar write FQuoteChar;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader


説明

文字列値を引用するのに使用する文字を、取得または設定します。

QuoteChar には、文字列の値を囲むために使用する引用記号の文字を格納します。

関連項目