I have a component that I am building in Delphi XE that I want to be used in the following way: User creates a new blank project.
I am working in a delphi IDE expert , now to avoid dependencies problems, i was thinking in rebuild this expert as a dll expert as was suggested in one of these answers, now my expert (compiled as bpl
In an expert, I\'d like to re-use the dialog that Delphi displays to edit a project\'s library path and for similar purposes:
I want to create a simple IDE Expert for Delphi 7, like in the fol开发者_运维技巧lowing image:
I\'m trying to get rid of some hints(*) the Delphi compiler emits. Browsing through the ToolsAPI I see a IOTAToolsFilter that looks like it might help me accomplish this through it\'s Notifier, but I\
I wrote Delphi debug visualizer for TDataSet to display values of current row, source + screenshot: http://delphi.netcode.cz/text/tdataset-debug-visualizer.aspx . Working good, but very slow. I did so
Since at least D2007 a project file can have a main source file with differing base name. The DevExpress demos make use of this: E.g. there is a single dpr file UnboundListDemo.dpr which serves as the