Feeds:
Posts
Comments

Archive for March, 2009

Lately, I had a simple task to save and load some short strings in file. The quickest and fastest way is to do it with streams (TFileStream or TMemoryStream).
Because in Delphi 2009 string type strings are Unicode so they are also double byte sized than in previous Delphi strings. [...]

Read Full Post »