TRVRawByteString Type

<< Click to display table of contents >>

TRVRawByteString Type

Unit [VCL/FMX]: RVTypes / fmxRVTypes.

Declaration for Lazarus, Delphi 2009 or newer:

type

  TRVRawByteString = type RawByteString;

Declaration for older versions of Delphi:

type

  TRVRawByteString = type String;

String of this type may contain arbitrary data, not necessary an ANSI text.

See also

TRVAnsiString

TRVUnicodeString