Display Preferences
Classes.TStrings.QuoteChar
From XE API Documentation
Delphi
property QuoteChar: Char read GetQuoteChar write SetQuoteChar;
C++
__property System::WideChar QuoteChar = {read=GetQuoteChar, write=SetQuoteChar, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Classes.pas Classes.hpp |
Classes | TStrings |
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.