View Issue Details

IDProjectCategoryView StatusLast Update
0004821JEDI VCL00 JVCL Componentspublic2009-06-16 01:01
ReporterTom MacbethAssigned ToAHUser 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.36 
Target VersionFixed in Version3.37 
Summary0004821: Changing JvPropertyStorage.sPropNameDelimiter is not possible
DescriptionFor backwards compatibility with older INI files, I found it necessary to make this change to JvPropertyStorage revision 11893:

98: var // <- this was const
99: sPropNameDelimiter: string = '_';
Additional InformationBy making sPropNameDelimiter a var, it can be changed by any application to be compatible with other INI files(for example, to a '.').

This was very helpful when converting from Orpheus INI files to the JVCL TJvAppIniFileStorage component.
TagsNo tags attached.

Activities

AHUser

2009-06-16 01:01

developer   ~0015677

Changed in SVN.

Issue History

Date Modified Username Field Change
2009-06-15 16:42 Tom Macbeth New Issue
2009-06-16 01:01 AHUser Note Added: 0015677
2009-06-16 01:01 AHUser Status new => resolved
2009-06-16 01:01 AHUser Fixed in Version => Daily / SVN
2009-06-16 01:01 AHUser Resolution open => fixed
2009-06-16 01:01 AHUser Assigned To => AHUser