EPUB | CHM | PDF

TPSQLDatabase.Properties.IsUnicodeUsed

Top 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 represents strings as Unicode strings or all strings are treated as ANSI-encoded single-byte strings.

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