TRVUnicodeString Type

<< Click to display table of contents >>

TRVUnicodeString Type

Unit [VCL/FMX]: RVTypes / fmxRVType

Declaration for Lazarus, Delphi 2009 or newer:

type

  TRVUnicodeString = type UnicodeString;

Declaration for older versions of Delphi:

type

  TRVUnicodeString = type WideString;

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

See also

TRVAnsiString

TRVRawByteString