Bde.DBTables.TBatchMove.Transliterate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transliterate: Boolean read FTransliterate write FTransliterate default True;

C++

__property bool Transliterate = {read=FTransliterate, write=FTransliterate, default=1};

Properties

Type Visibility Source Unit Parent
property published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBatchMove

Description

Specifies whether the data in the Source records should be converted form the locale of the Source to the locale of the Destination when the Execute method is called.

Set Transliterate to true when the Source dataset and the Destination table use different language drivers and the data may contain extended ascii characters. Set Transliterate to false to avoid the overhead of the character set conversion when both the Source and the Destination use the same language driver or the data does not contain extended ascii characters.

See Also