Board index » delphi » Selection Editors

Selection Editors


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
 
 

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