FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.Encoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Encoding: TFDEncoding read FEncoding write FEncoding default ecDefault;

C++

__property Firedac::Stan::Intf::TFDEncoding Encoding = {read=FEncoding, write=FEncoding, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.Text.pas
FireDAC.Comp.BatchMove.Text.hpp
FireDAC.Comp.BatchMove.Text TFDBatchMoveTextDriver

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.

See Also