To get Unicode characters in Delphi UniDAC and other controls you must convert next database field types :
Also, then in Delphi you have to convert all database fields and code variable types :
- Char -> NChar
- VarChar -> NVarChar
- Clob -> NClob
Also, then in Delphi you have to convert all database fields and code variable types :
- String -> WideString
And after that actions - you will get full Unicode in all UniDac and other controls, even in design mode.
No comments:
Post a Comment