Hi, I found another bugs in DateTime Picker: - When modifying the time part in edit line, AsDateTime property returns interger value only, no time fraction. - When modyifing the time part with edit box displayed, AsDateTime property doe snot update the fraction.
one more bug: - Using DateTimePicker->AsInt64 return an error message "ELMDWrongDataType : no integer entered". As this is a value I want to read, the message seems to be out of place.
The bug with AsDateTime property has been fixed. Your suggestion about AsInt64 property cannot be implemented, because TLMDDateTimePicker is based on TLMDMaskedEdit, and not all of its inherited properties can be really used.
Comments
Uhmm... that means it will be in next release ?
- When modifying the time part in edit line, AsDateTime property returns interger value only, no time fraction.
- When modyifing the time part with edit box displayed, AsDateTime property doe snot update the fraction.
- Using DateTimePicker->AsInt64 return an error message "ELMDWrongDataType : no integer entered".
As this is a value I want to read, the message seems to be out of place.