toolsapi
Uncheck "Enable Runtime Themes" or remove the internal manifest in Delphi XE?
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.[详细]
2023-03-21 03:56 分类:问答Which are the differences between a bpl delphi expert and a dll delphi expert
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[详细]
2023-03-06 22:14 分类:问答Is there an official interface to TOrderedListEditDlg?
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:[详细]
2023-02-23 23:23 分类:问答Create a Simple Delphi IDE Expert
I want to create a simple IDE Expert for Delphi 7, like in the fol开发者_运维技巧lowing image:[详细]
2023-01-31 22:52 分类:问答How to filter Delphi 2010 compiler output (hints)?
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\[详细]
2023-01-03 04:29 分类:问答Improve speed of own debug visualizer for Delphi 2010
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[详细]
2022-12-25 02:09 分类:问答How to get the main source file name from an IOTAProject?
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[详细]
2022-12-16 00:17 分类:问答