Feature event onValidate in TWebDBEdit

A suggestion for a new feature would be an event in the TWebDBEdit editing components called onValidate. The onValidate would be called after altering the edit value and pressing enter, as the onChange event triggers an action for each value typed in the edit.

Example: let's assume that you change the value from 150.00 to 200.00, the onChange event is triggered for each digit, the onValidate would fill in the value of 200.00 and only when you press enter will the onValidate event be triggered.