Bob Swart
A final Unicode tip concerns the compatibility of UnicodeStrings between Delphi and C++Builder. The UnicodeString in Delphi can containUnicode or ANSI data at any given time, and in order to ensure that C++Builder code can… … Read more
16 years ago in Books / Magazines, Unicode, Delphi, C++(Builder)0
Bob Swart
First the bad news: console I/O does not support reading (UTF-16) Unicode strings, and writing only suports AnsiStrings. … Read more
16 years ago in Unicode0
Bob Swart
The TextFile of Delphi 2009 can only write AnsiStrings and not Unicode Strings, which means we can only write ANSI data to text files, right? Wrong! Since UTF8Strings are also (special) AnsiStrings, we can still… … Read more
16 years ago in Books / Magazines, Unicode, Delphi0
Bob Swart
Delphi 2009 introduces Generics and Anonymous Methods for Win32, and I’ve written some examples that not only demonstrate how to use Generics (specifically Generic Methods) and Anonymous Methods these features separately, but also how we… … Read more
16 years ago in Books / Magazines, Delphi0
Bob Swart
In this article, I’ll introduce my two CodeRage III sessions: Exploring DataSnap with Delphi 2009 (Win32) and Delphi Prism (.NET) and Using RemObjects SDK and Hydra for Cross-platform Multi-tier Delphi Applications. … Read more
16 years ago 0
Bob Swart
Blaise Pascal Magazine issue #4 is now released and available for download from http://www.blaisepascal.eu/. … Read more
16 years ago in Delphi0
Bob Swart
RAD Studio 2009 pre-orders started last week (when the pricing was announced – see www.bobswart.nl for BeNeLux prices), but although no actual boxes have shipped yet, last night the subscription e-mails have been sent (and… … Read more
16 years ago in Delphi0
Bob Swart
The FillChar routine fills a string or buffer with bytes, which means that we need to multiply the length of the string with the size of the string elements in order to fill the complete… … Read more
16 years ago in Books / Magazines, Unicode, Delphi0