LMD-Tools 2018.1 (31-03-2018) does not give date value as AsDate or Values. Instead error message "No date entered" from LMDCustomMaskEdit is fired. There code
if not (FMaskType in [meDate, meDateTime]) then
raise ELMDWrongDataType.Create ('No date entered');
FMaskType is not set when component is constructed.
Adding "MaskType := meDate;" to constructor TLMDCalendarComboBox.Create(aOwner: TComponent); fixes this issue.
Has there been any use or testing of this component before?
Comments