I’ve subclassed ‘WebSearchField’, and added Event Definitions and Event Handlers for ‘Opening’ and ‘Shown’ and other built-in Events.
Now I want to create a Method in the subclass and ‘Raise’ it to the Instance.
E.g., I create a method called ‘ProcessFoundRecord’ in the subclass, but would like to implement this Method in the Instance instead.
What is the technique for implementing an Instance Method that is defined in the subclass?
8 posts - 6 participants