I have been using TForm\'s OnActivate event to give me the opportunity to show a dialog box as soon as my app has started.I want the main form to already be loaded & visible.What\'s a good way to
In Delphi XE, how to make the Messages panel to disappear after I successfully compile a project? That was the default behavior in Delphi 7. In Delphi XE it sa开发者_StackOverflowys \'success\' and it
My Delphi started to overheat the CPU. As soon as I start Delphi, it will take a full core for itself and the coolers start to work really hard. There is any trick to fix this?
I\'m trying to migrate from Delphi 2007 to Embarcadero RAD Studio XE. I\'m getting tons of warnings. They all look like this: I have a procedure where I declare a \"String\":
I\'m trying to install Graphics32 to my freshly installed Embarcadero RAD Studio XE. I just open GR32_DSGN_RS2010.bpl and I try to compile it.
How can I install a 64bit client for Delphi xe (which runs 32bit and has a 32bit client ) Can I run a 32bit client and 64 bit client together on the same machine?
Is there a real performance gain when I turn {$IMPORTEDDATA} off ? The manual only says this: \"The {$G-} directive disables creation of imported data references. Using {$G-} increases memory-access
I want to watch all changes in a directory recursively, i.e. if watching C:\\ I want to receive notifications for
where I can get a Delphi XE list of command line switches to startup bds (delphi) ? For the moment, I know this:
I using Delphi XE, i\'ve the following setup: Both Mydll.dll and Package1.bpl (runtime package) contains Unit3.pas