System.Classes.TStrings.Delimiter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Delimiter: Char read FDelimiter write FDelimiter;

C++

__property System::WideChar Delimiter = {read=FDelimiter, write=FDelimiter, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStrings

Description

Specifies the delimiter used by the DelimitedText property.

Use Delimiter to get or set the delimiter used by the DelimitedText property. DelimitedText represents all of the strings in the TStrings object as a single string, with individual strings separated by the character that is the value of Delimiter.

The default delimiter is represented by comma (,).

See Also