TWebEdit - MinValue and MaxValue

Good morning,
Is there a chance that in the case of EditType = weFloat, you can also set the MinValue and MaxValue properties?

Regards,
Andrzej Bury

Have you considered doing this validation from the OnExit event?

Thank you for the tip, I will choose the "OnChange" event.
However, I have several of these controls and I will have to remember these Min and Max values somewhere anyway.