2003-12-08 10:54:03 AM delphi154
Is there an UnregisterSelectionEditor? I have the need to remove a selection
editor sometimes as the user requires.
Regards,
Lloyd K
Erik Berry
Delphi Developer
2003-12-09 05:19:45 AM
Re:Selection Editors
Lloyd Kinsella writes:
Quote
Is there an UnregisterSelectionEditor? I have the need to remove a selection
editor sometimes as the user requires.
They should be unregistered automatically when your package unloads.
That is the only method I am aware of to unregister them.
Erik