TMSFNCDatePicker validation

Hi,

if I use a TMSFNCDatePicker in a FMX application with the property "Editable" to TRUE, it looks if there is no validation of the typed date:
( format dd-mm-yyyy )
if I type 31-2-2020 it will be accepted.

I don't see a validate event, so what do I have to do to have a validation of the date ?

Regards

Erik

Hello,


We made an improvement so the validation triggers when the edit field is exited. We also exposed an OnValidate event, where  you can implement your own validation logic if needed. The next update will contain these changes.

Thank you !!!