Top "Delphi-2009" questions

Delphi 2009 is a reference to a specific version of Delphi.

External Exception EEFFACE in Delphi

While debugging my application with Delphi 2009, I sometimes get the following exception occurring: (source: beholdgenealogy.com) This only happens occasionally, …

delphi exception ide delphi-2009
Simulating keyboard input in Delphi using WinAPI

I need to programmatically enter one character into a cell of a Delphi grid (in other application). In order to …

delphi winapi delphi-2009
How can I get the X,Y position of a TWinControl (relative to the screen)

I'm trying to show a custom hint in a TWinControl but I can't figure out how to get it's position. …

delphi delphi-2009
Abstract Class in Delphi

I am using a component suite which has many abstract classes. Now I want to apply polymorphism but I am …

delphi abstract delphi-2009
How do I make a PNG resource?

I've got a form with a large TImage on it as a background. Problem is, this is stored directly in …

delphi png delphi-2009 resources
How to auto expand all TTreeView nodes?

I want to expand tree on main form when application starts. How i can do it? I cant find corresponding …

delphi delphi-2009 c++builder
Delphi 2009, Indy 10, TIdTCPServer.OnExecute, how to grab all the bytes in the InputBuffer

I am messing around with the Indy 10 supplied with Delphi 2009 and am having trouble with getting all the data from …

delphi delphi-2009 indy
How can I Open PDF files (window default program Adobe Reader) through Delphi 2009?

So basically when I try to open up PDF files that are windows defaulted to open with Adobe Reader nothing …

delphi pdf delphi-2009 shellexecute adobe-reader
How Can I List a TDictionary in Alphabetical Order by Key in Delphi 2009?

How can I use a TEnumerator to go through my TDictionary in sorted order by key? I've got something like …

delphi generics delphi-2009 tdictionary
Delphi MSBuild Build Configurations From Command Line

Delphi 2009 uses build configurations. When you create a new project you have two default build configurations "Debug" and "Release". Now …

delphi msbuild build-automation delphi-2009 delphi-2007