Tagged Questions
4
votes
1answer
119 views
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:
I found a hack for using it (look for TOrderedListEditDlg on the page). ...
1
vote
2answers
426 views
How do I write a Delphi Galileo IDE Expert?
HI,
I want to write a small Delphi IDE Expert for D2007-D2009 (aka. Galileo IDE) in order to show a window with a TMemo instance on it, with all the component names and classes from the form designer ...