Encoding: String;
The Encoding property determines symbols encoding, used during data import.
The following values are acceptable as a value of this property:
WIN. The ASCII encoding is used.
DOS. The OEM encoding is used.
UNICODE. The UTF-16 (LE) encoding is used.
The example of use is given in description of the AllowMuchColumnDelimiter property.
See also: