Used to enable or disable Unicode support.
property UseUnicode: boolean default DefValUseUnicode;
Use the UseUnicode property to enable or disable Unicode support. When set to True, all character data is stored as WideString, and TStringField is used instead of TWideStringField. The default value is False.