Icon TEDBFileEncoding

Unit: edbcomps

TEDBFileEncoding = (feAuto,feAnsi,feUnicode)

This type is used to indicate the encoding of the import/export files when calling the TEDBDataSet Import and Export methods.

ElementDescription
feAnsiIndicates an ANSI-encoded (byte-per-character, with code-page translations) import/export file.
feAutoIndicates that the encoding of the import/export file defaults to match that of the character set of the current session.
feUnicodeIndicates a Unicode-encoded (two bytes-per-character, Unicode code points) import/export file.
Image