Unit PathExpt |
------------------------------------------------------------------------------ // LIBRARY PATH EDITOR // I have found that the accumulation of individual entries in the Delphi library path is a real pain to maintain. It is too easy to make a mistake when looking up and down the string for the bit that you want to remove or reposition. This expert takes the library path and breaks it into individual lines on in a list box. You can then delete, edit, add and move (including drag and drop) the individual elements of the library path. The edited path is written back into the Registry and put into Delphi IDE by programatically calling the Environment Options dialog. // Known problems: 1) Likely to be Delphi 3 dependant as it contains hard name constants 2) The Environment Options Dialog flashes on the screen when called // Requires Brad's TBrowseDirectoryDlg component. // As an esAddIn expert it has been written to appear on the Component menu. // Only tested under Delphi 3.02 // Version 1.00 10-1-98 Grahame Marsh 1.01 8-2-98 Now inserts the path into Delphi // Freeware - you get it for free, I take nothing, I make no promises! // Please feel free to contact me: grahame.s.marsh@courtaulds.com // ------------------------------------------------------------------------------
Classes |
Functions |
Register -
Types |
Constants |
Variables |
Functions |
Types |
Constants |
Variables |