[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Should only the delimiter character be considered a delimiter
Source position: classesh.inc line 627
public property TStrings.StrictDelimiter: Boolean |
StrictDelimiter can be used to indicate that only the delimiter character should be considered a delimiter when setting DelimitedText: under normal circumstances, quotes and spaces are considered specially (see the TStrings.CommaText property for more information). When StrictDelimiter is set to True then only the Delimiter character is considered when splitting the text in items: no quoting whatsoever is performed (or expected) when writing the DelimitedText property.
|
Get or set all strings in the list in a delimited form. |
|
|
Contents of the list as a comma-separated string. |
|
|
Delimiter character used in DelimitedText. |
lazarus-ccr.sourceforge.net |