RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBatchMove.Transliterate Property

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.

Pascal
property Transliterate: Boolean;
C++
__property Boolean Transliterate;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!