Quantcast
Channel: Planet Object Pascal
Viewing all articles
Browse latest Browse all 1725

Andy's Blog and Tools: System.ByteStrings support for XE7

$
0
0

The unit System.ByteStrings reintroduces the following String types for the mobile compilers:

  • ShortString
  • AnsiString
  • AnsiChar
  • PAnsiChar
  • PPAnsiChar
  • UTF8String
  • PUTF8String
  • RawByteString
  • PRawByteString

Usage:
Add the System.ByteStrings.dcu’s path to the compiler’s search path and add the unit to your uses clauses.

There is no *.PAS file because the DCU is patched with a hex editor to get access to the hidden types.

NameIDE VersionFileSizeDownloadsAdded
System.ByteStringsXE5 RTM/UP1 onlyXE5ByteStrings.7z2.45 KB673 times 2013-10-23
System.ByteStringsXE5 UP2 onlyXE5Up2ByteStrings.7z2.85 KB603 times 2013-12-20
System.ByteStringsXE6XE6ByteStrings.7z2.89 KB548 times 2014-04-16
System.ByteStringsXE7XE7ByteStrings.7z2.89 KB1 times 2014-09-02

Viewing all articles
Browse latest Browse all 1725

Trending Articles