FireDAC.Stan.Intf.TFDEncoding
Delphi
TFDEncoding = (ecDefault, ecUTF8, ecUTF16, ecANSI);
C++
enum DECLSPEC_DENUM TFDEncoding : unsigned int { ecDefault, ecUTF8, ecUTF16, ecANSI };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | FireDAC.Stan.Intf.pas FireDAC.Stan.Intf.hpp | FireDAC.Stan.Intf | FireDAC.Stan.Intf | 
Description
Specifies the encoding type.
TFDEncoding specifies different encoding types.
| Name | Description | 
|---|---|
| ecANSI | ANSI encoding | 
| ecUTF8 | 8-bit UCS Transformation Format | 
| ecUTF16 | 16-bit UCS Transformation Format | 
| ecDefault | Default encoding |