System.WideStrUtils.TEncodeType
Delphi
TEncodeType = (etUSASCII, etUTF8, etANSI);
C++
enum DECLSPEC_DENUM TEncodeType : unsigned char { etUSASCII, etUTF8, etANSI };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | System.WideStrUtils.pas System.WideStrUtils.hpp | System.WideStrUtils | System.WideStrUtils | 
Description
Defines a list of encodings.
TEncodeType defines a list of the most used encodings. There are three encodings defined:
| Value | Meaning | 
|---|---|
| etUSASCII | The standard USA ASCII encoding. | 
| etUTF8 | The UTF-8 encoding. | 
| etANSI | The standard ANSI encoding. |