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

TStrings.Delimiter

Delimiter character used in DelimitedText.

Declaration

Source position: classesh.inc line 625

public property TStrings.Delimiter: Char
  read FDelimiter
  write SetDelimiter;

Description

Delimiter is the delimiter character used to separate the different strings in the stringlist when they are read or set through the DelimitedText property.

See also

TStrings.DelimitedText

  

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.