|
TRVRawByteString Type |
Top Previous Next |
|
Unit RVTypes. Declaration for Delphi 2009 or newer: TRVRawByteString = type RawByteString; Declaration for older versions of Delphi: TRVRawByteString = type String; String of this type may contain arbitrary data, not necessary an ANSI text. Usually, this type is used for strings containing item text. In this case, it contains "raw Unicode" for text items associated with Unicode text style, and ANSI string otherwise. See also |