Icon CharacterSet Property

property CharacterSet: TEDBCharacterSet

Usage

Use the CharacterSet property to specify the character set to use with the engine and, subsequently, all local and remote sessions used with the engine.

Information The default value for this property will always be determined by the default string type of the compiler being used. For example, with Delphi XE the default string type is a Unicode string, so this property will default to csUnicode when used with Delphi XE.
Image