FireDAC.Stan.Intf.TFDEncoding

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFDEncoding = (ecDefault, ecUTF8, ecUTF16, ecANSI);

C++

enum DECLSPEC_DENUM TFDEncoding : unsigned int { ecDefault, ecUTF8, ecUTF16, ecANSI };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf


Description

Spécifie le type de codage.

TFDEncoding spécifie différents types de codage.

Nom Description
ecANSI Codage ANSI
etUTF8 Format de transformation UCS 8 bits
ecUTF16 Format de transformation UCS 16 bits
ecDefault Codage par défaut

Voir aussi