[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TStrings.DelimitedText

Get or set all strings in the list in a delimited form.

Declaration

Source position: classesh.inc line 571

public property TStrings.DelimitedText: String
  read GetDelimitedText
  write SetDelimitedText;

Description

DelimitedText returns all strings, properly quoted with QuoteChar and separated by the Delimiter character.

Strings are quoted if they contain a space or any character with ASCII value less than 32.

The CommaText property is a special case of delimited text where the delimiter character is a comma and the quote character is a double quote.

See also

TStrings.Delimiter

  

Delimiter character used in DelimitedText.

TStrings.Text

  

Contents of the list as one big string.

TStrings.QuoteChar

  

Quote character used in DelimitedText.

TStrings.CommaText

  

Contents of the list as a comma-separated string.


Documentation generated on: Mar 29 2009