View Issue Details

IDProjectCategoryView StatusLast Update
0001843JEDI VCL00 JVCL Componentspublic2004-06-10 01:41
ReporterSVitaliyAssigned Touser72 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001843: Invalid type definitions for TDate and TTime in JvJCLUtils
DescriptionTypes TDate and TTime defined as “=TDateTime” are equal type TDateTime and have same RTI.
This may cause incorrect work for some components. For example TJvInspectorDateItem, TJvInspectorDateTimeItem and TJvInspectorTimeItem.
Solution: declare types as “=type TDateTime” –
TDate=type TDateTime and TTime=type TDateTime.
TagsNo tags attached.

Activities

user72

2004-06-10 01:41

  ~0004524

Fixed in CVS

Issue History

Date Modified Username Field Change
2004-06-08 10:17 SVitaliy New Issue
2004-06-10 01:41 user72 Status new => resolved
2004-06-10 01:41 user72 Resolution open => fixed
2004-06-10 01:41 user72 Assigned To => user72
2004-06-10 01:41 user72 Note Added: 0004524