apologize if this question sounds somewhat stupid, but with XE2, i can see that the OnDblClick event of the TDateTimePicker seems to be missing from the list of events. Is it really the case? Here is how i proceed:
- I start a new VCL application
- instanciate a TDateTimePicker on the default Form
I can see from that the OnDblClick event is missing from the list of events of TDateTimePicker. On the other hand, with Delphi 7, it works fine and i can see the OnDblClick event. I did not manage to find any relevant information about that so far.
Is there some additional settings that one would need to do or am I simply missing some obvious step here?