Delphi 2009 is a reference to a specific version of Delphi.
So I always heard that class fields (heap based) were initialized, but stack based variables were not. I also heard …
delphi variables initialization delphi-2009My program has to read files that use various encodings. They may be ANSI, UTF-8 or UTF-16 (big or little …
algorithm delphi encoding delphi-2009 byte-order-markI use ReadDirectoryChangesW to watch a specified directory and update indexing structures whenever a change is detected. I use the …
windows delphi filesystems delphi-2009 readdirectorychangeswIn Delphi 2009, SysUtils.pas contains this in line 425: EProgrammerNotFound = class(Exception); Is this simply an easter egg or something serious? …
delphi delphi-2009 delphi-xe7I've noticed in the following post that you can get a stack trace out of FastMM to show what appears …
delphi delphi-2009 fastmmI've come across some rather unusual behaviour in a bit of Delphi code. When using the in keyword to check …
delphi compiler-errors delphi-2009In Delphi 2009 we have: RichEdit1.Lines.LoadFromFile(OpenDialog1.FileName,TEncoding.UTF8); RichEdit1.Lines.SaveToFile(OpenDialog2.FileName,TEncoding.Unicode); How do …
delphi unicode utf-8 delphi-2009 delphi-2006D2009 introduces PNG support for Images and Imagelists. However... I have an imagelist containing png images with alpha. I want …
delphi png delphi-2009 imagelistI'm trying to automate the build of a project in Delphi 2009. I'm using msbuild with .net 3.5 I simply call: Z:\…
delphi msbuild build-process delphi-2009Delphi 2009 sets the default file format for new source code files to ANSI, this makes the source code platform-dependent. Even …
delphi utf-8 delphi-2009 file-encodings