There was one shortcoming in my Delphi IDE explorer that has irked me since the beginning: It was disabled while a modal dialog was shown in the IDE, so there was no way to inspect the controls on the current dialog. The option to follow the focus ameliorated this a bit because it was now … Continue reading Enabling a form while another form is being shown modally
Category: DelphiIdeExplorer
Delphi IDE Explorer Expert for Delphi 2007 – 10 Seattle
I wrote this Delphi IDE Explorer Expert when I was trying find the button for showing and hiding the background for the Firemonkey mobile form designer and turn the bloody thing off for good. Now I have ported it to all Delphi versions from 2007 to 10 Seattle. You can find the sources on SourceForge.
Delphi IDE Explorer Expert for Delphi XEx
Based on a similar expert by David Hoyle for Delphi 3/4/5, which I found on Embarcadero CodeCentral, I have written the Delphi IDE Explorer Expert for Delphi XE .. XE6. It is a package based expert that installs into the Delphi IDE and displays its internal component structure. The original purpose was to find the … Continue reading Delphi IDE Explorer Expert for Delphi XEx