I often embed a TForm descendant into another TForm descendant like this: var Form1: TForm1; Form2: TForm2;
We recently upgrad开发者_运维技巧ed from Delphi 2006 to Delphi 2007, and the project files changed from .bdsproj to .dproj.
In delphi XE I can use the start procedure, but this method does not exist in delphi 2007. This sample code works ok in delphi xe, usin开发者_开发知识库g Start
I want to disable a specific warning (W1035) in my code, since I think that the compiler is wrong about this warning:
We\'re trying to build our Delphi 2007 projects using MSBuild. In the IDE we set all Buidl configurations to Debug with (among others) the D+ option on.
I have two applications: X and Y. X is the main application and it handles a lot of XML files. It has a history of more than 10 years and half a dozen techniques have been used to store, process and h
This is a variation on another Q of mine. I have two applications, X and Y. They have to share a single COM object between them. X will be sending data to this object and Y will respond on events sent
I knew how to do this but forgot again... Quite irritating, because I\'m working on a class that contains a list of XML files, and now I just want to use a for-in loop to walk through all files in thi
Using Delphi 07 is it possible to (How do I) get the handle of a d开发者_如何学JAVAirectory if I know its path?The Win32 API CreateFile() function can open a handle to a directory on NT-based versions
Is there a way to access the text entered in a Devart (Core Lab) TCRDBGrid search bar? I tried implementing the OnKeyDown event but the event didn\'t happen during entry in the search fields, only wh