FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.Encoding
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.BatchMove.Text.pas FireDAC.Comp.BatchMove.Text.hpp
| |
Unit: FireDAC.Comp.BatchMove.Text | |
Parent: TFDBatchMoveTextDriver |
Delphi
property Encoding: TFDEncoding read FEncoding write FEncoding default ecDefault;
C++
__property Firedac::Stan::Intf::TFDEncoding Encoding = {read=FEncoding, write=FEncoding, default=0};
Description
Use the Encoding property to specify the encoding type for the source or destination file, as well as for the Stream.
For more information about TFDEncoding go to TFDEnconding. The default value is ecDefault that corresponds to ecANSI on Windows and ecUTF8 on other platforms.