IDtTextProvider.DelimitedColumnDelimiter

Syntax

DelimitedColumnDelimiter: String;

Description

The DelimitedColumnDelimiter property determines the symbol used as a field delimiter in the text file.

Comments

By default the property is set to ",".

The following values are acceptable as a value of this property:

Example

The property use is given in the example for IDtTextProvider.AllowMuchColumnDelimiter.

See also:

IDtTextProvider