|
<< Click to display table of contents >> TRVMUnicodeString |
Unicode (UTF-16) string type
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
Delphi 2009+ and Lazarus:
type
TRVMUnicodeString = type UnicodeString;
Delphi 2007 and older:
type
TRVMUnicodeString = type WideString;