Sorry, I will try to explain it better.
I´m trying to make a fill out form, where I have five TEdit boxes, and I would like to run a function that checks the input, and if contains invalid characters, then returns false. I don't want to make separate procedures (OnChange) for each TEdit so here comes my question.
How is possible to make, that the change of any of those TEdit boxes would run my validate function for the proper TEdit (for the one that I'm currenty editing)?