Search Results

5
votes
2answers
181 views

HelpInsight documentation in Delphi 2007

I am using D2007 and am trying to document my source code, using the HelpInsight feature (provided since D2005). I am mainly interested in getting the HelpInsight tool-tips working. From various …
3
votes

Delphi resources for existing .NET developer.

There's also a Delphi wiki: http://delphi.wikia.com/wiki/Main_Page This even has a "Beginning Delphi" page with lots of external …
0
votes

Multiple form Delphi applications and dialogs

I'm not sure I quite understand what you are getting at, but here's a few things I can suggest you can try... This behaviour changes between different versions of Delphi. I'd suggest …
1
vote

HelpInsight documentation in Delphi 2007

I have discovered another caveat (which in my case was what was "wrong") It appears that the unit with the HelpInsight comments must be explicitly added to the project. It …
0
votes

I can’t include a version number in this old Delphi project I inherited. How do I fix it?

You can create and embed resource files in libraries created under Delphi, by using the $R directive. This …