rvico TRichView Reference | Types

TRVUnicodeString Type

Top  Previous  Next

Unit RVTypes.

Declaration for Delphi 2009 or newer:

TRVUnicodeString = type UnicodeString;

Declaration for older versions of Delphi:

TRVUnicodeString = type WideString;

Strings of this type contain Unicode text (UTF-16).

See also

TRVAnsiString

TRVRawByteString


RichView © Sergey Tkachenko