PDA

View Full Version : wrapper function


MJWarren@Syr
07-13-2005, 04:49 PM
I need to develope a wrapper function for my textbox component. I need this function to be called everytime it receives the event it is listening for. The functionality of this function is to let another person in my team over-write this function to control what action the event causes. I know what this function needs to do but im just not sure how it works. If anyone has any examples or insight it would be much appreciated.

-ashy larry

sleekdigital
07-13-2005, 06:17 PM
If you are listening for an event, chances are a function is already being called. How is this event setup?

MJWarren@Syr
07-14-2005, 03:37 PM
it was real simple i got it thanks