TRVAnsiString Type

<< Click to display table of contents >>

TRVAnsiString Type

Unit [VCL/FMX] RVTypes / fmxRVTypes;

Declaration for Lazarus, Delphi 2009 or newer:

type

  TRVAnsiString = type AnsiString;

Declaration for older versions of Delphi:

type

  TRVAnsiString = type String;

Strings of this type contain ANSI text (even in Lazarus)

See also

TRVUnicodeString

TRVRawByteString