IDtTextProvider.DelimitedTextQualifier

Syntax

DelimitedTextQualifier: String;

Description

The DelimitedTextQualifier property determines the character used as a text delimiter.

Comments

Text fields values in the file have to be limited by the symbol. By default the property is set to the " " " value.

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