View Issue Details

IDProjectCategoryView StatusLast Update
0004767JEDI VCL00 JVCL Componentspublic2009-07-03 12:26
ReportermunggaranAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.36 
Target VersionFixed in Version 
Summary0004767: protected GetSetLength for TJVRichEdit ?
DescriptionI was converting my TRichEdit into TJVRichEdit, and just realized a line marked red informing GetSetLength property on the source-code was Protected.

For rush purpose I've moved manually into Public so I can retrieve the value as well, I guess this property should not declared as protected in next build.

fyi currently I'm using 3.36 except for JvRichEdit.pas which was copied manually from SVN.
TagsNo tags attached.

Activities

obones

2009-05-06 09:48

administrator   ~0015517

Why not use the SelLength property directly?

munggaran

2009-05-06 11:39

reporter   ~0015518

I'm not sure about the SelLength property because I was working with RichEdit.GetSetLength without any problem.

If SelLength is public for GetSetLength, then I have to recode, I guess no problem since it's only a line of code, thanks anyway :)

obones

2009-07-03 12:26

administrator   ~0015751

Yes, that is directly equivalent, please use the property

Issue History

Date Modified Username Field Change
2009-05-05 17:13 munggaran New Issue
2009-05-06 09:48 obones Note Added: 0015517
2009-05-06 09:48 obones Status new => feedback
2009-05-06 11:39 munggaran Note Added: 0015518
2009-07-03 12:26 obones Note Added: 0015751
2009-07-03 12:26 obones Status feedback => resolved
2009-07-03 12:26 obones Resolution open => no change required
2009-07-03 12:26 obones Assigned To => obones