PostgresDAC

TPSQLDatabase.Properties.IsUnicodeUsed

Previous Next

Indicates whether a client encoding is set to 'UTF8'.

Syntax:

property IsUnicodeUsed: boolean;

Description:

Use read-only IsUnicodeUsed property to know if PostgresDAC represent strings as Unicode strings or all strings are treated as sinlge-byte strings with ANSI encoding.

See also:How to use Unicode data in my application?