Data Type ‘WSTRING’

The WSTRING data type is distinguished from the STRING (ASCII) type by the fact that it is interpreted in Unicode format and its memory requirement is 2 bytes per character plus 2 extra bytes. One STRING requires only 1 byte.

Example:

wstr : WSTRING := "This is a WString";

See also