System.WideStrings.TWideStrings.QuoteChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QuoteChar: WideChar read GetQuoteChar write SetQuoteChar;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.WideStrings.pas
System.WideStrings.hpp
System.WideStrings TWideStrings

Description

Specifies the quote character used by the DelimitedText property.

Use QuoteChar to get or set the quote character that is used to enclose individual strings in the DelimitedText property.

See Also