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). As I think the guy who wrote the linked article knows what he does I don't have too much hope for a less hacky solution, but who knows... So: Do you know an official interface (most probably OTA) to TOrderedListEditDlg?
PS: I'm aware that it's probably trivial to recreate the whole dialog but I like consistency and the DRY principle.
INTAEnvironmentOptionsServicesandINTAAddInOptionsinterfaces mentioned here: link. You can incorporate your configuration in Delphi's Environment Options treeview. ButTOrderedListDlgstill doesn't seem to be exposed officially. – TOndrej Apr 11 '11 at 14:25