Show: Delphi C++
Display Preferences

Classes.TStrings.QuoteChar

From XE API Documentation
Jump to: navigation, search

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.

See Also

Personal tools
Previous Version
Translations