Icon View Incident Report

Serious Serious
Reported By: Allen Hunt
Reported On: 6/3/2018
For: Version 2.06 Build 14
# 4652 Assignments to the TCalendar and TDateEditComboBox Text Properties Resulting in Incorrect Dates

The following code shows 6/3/2018 instead of 6/4/2018. It's subtracting a day on every date that I try. It does the same with a TCalendar as well. I haven't had time to really dig into it to see if my FormatSettings are wrong or something else that I need to update but I did create a new project with only those two lines of code and I had the same results.

DateEditComboBox1.Text := '6/4/2018';
ShowMessage( DateEditComboBox1.Text );



Comments Comments
This bug was caused by the introduction of the LocalizeText property in build 14 (default value True), but without properly promoting the property as published in the controls. In addition, there was a bug in the handling of this property and dates were being incorrectly treatet as UTC.


Resolution Resolution
Fixed Problem on 6/3/2018 in version 2.06 build 15


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image