Tagged Questions

8
votes
2answers
283 views

Is “implicitly imported” always a bad thing in Delphi packages?

Trying to rearrange my packages for a set of TFrame-descendent components, I'm finding it seemingly necessary to break out some of my utility TFrame descendents separate from the dialog forms which …
8
votes
2answers
623 views

How to simulate a Delphi breakpoint in code?

I am pretty sure I have seen this before, but I haven't found out / remembered how to do it. I want to have a line of code that when executed from the Delphi debugger I want the debugger to pop-up …
7
votes
2answers
334 views

Making an IDE using Pascal Script and SynEdit

Hi, I'm creating a built-in script engine using PascalScript from RemObjects (excellent) and the SynEdit editor. It's almost finished using the IDE example shipped with PascalScript and the IDE …
6
votes
11answers
667 views

What is the best alternative IDE for Delphi (.NET)

I work in Delphi 2007 (both win32 and .Net) but the CodeGear IDE frequently annoys me, so if possible I'd like to find a replacemnt. We have a build script so I can compile from the command line and …
5
votes
4answers
218 views

In Delphi IDE, how to quickly determine the location of an open non-project-related file?

This is probably a question that has an easy/simple/obvious answer, but I've found myself asking it many, many times, and never able to answer it: When I Ctrl-click a class name, Delphi loads up the …
5
votes
4answers
698 views

How do you disable the CPU window in Delphi 7

When stepping a program in Delphi 7, the CPU window sometimes pops up and then steps through that instructions. I find this an annoyance as I wish to only step Pascal Code. Does anyone know how to …
4
votes
3answers
294 views

How to “scan” the full list of currently-installed VCL components

I still haven't found a truly satisfactory answer to this question, and am now considering rolling my own. I have ModelMaker and GExperts, and neither seems to load the comprehensive class-hierarchy …
4
votes
4answers
796 views

Delphi Library Path - what should really be going in there?

I've been putting the path to the unit (.pas) file folders of our packages into the Delphi Library path but I'm beginning to wonder if this is a mistake! Take this problem for an example: I have two …
4
votes
4answers
961 views

In Delphi 7, can I set up ‘Debug’ and ‘Release’ modes?

In most modern IDEs, you can have Debug and Release build configurations, and you can quickly switch between them. In Delphi 7, this does not seem to be possible. I have to go to Project Settings and …
3
votes
8answers
221 views

Help with strange Delphi 5 IDE problems

Ok, I'm going nuts here. For the last (almost) four years, I've been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl …
3
votes
4answers
223 views

How to open windows explorer when I click a button?

I have a form in a Delphi project. There is a button on the form. When the user clicks the button, I want it to open Windows Explorer. What code will I need to achieve this?
3
votes
1answer
107 views

Any way to change colour of the Code Insight red ‘underline’ in Delphi2007 IDE?

I hope the question says it all, really. I use the old Turbo Pascal type colours (navy blue background and white, yellow text etc) in all my Delphi IDEs, including D2007. I'm sufficiently colourblind …
3
votes
2answers
147 views

How to detect if file in IDE is being edited using Open Tools API

I made a small IDE plug-in using Open Tools API that accesses ClearCase. It has menu items "Check In", "Check Out", etc. It works OK but I want it to check out a read-only file automatically if I …
3
votes
3answers
353 views

Delphi IDE Project “Clean”Command — What does it do?

Running Delphi 2007 (and probably other versions as well, I'm guessing), if I right-click on a project in the Project Manager (either EXE of BPL in this case), there is a "Clean" command above …
3
votes
3answers
282 views

Delphi 2007 help integration

I moved to Delphi 2007 in early 2008. It took a long time to migrate all my tools and components, and I'm not in a hurry to do that again. I moved from Delphi 6. (Bought D2006, but didn't use it …

1 2 3 4 next
15 30 50 per page