Registriert seit: 17. Mai 2007
480 Beiträge
Delphi XE6 Professional
|
Re: Update form Ansii to Unicode
1. Dez 2013, 16:47
RawByteString is good, because it's easy. TBytes will be better as you told, but I don't know to much how to use it (perform convertion) with any data, strings, streams, etc. How to convert some string to bytes? Or stream?
|