View Issue Details

IDProjectCategoryView StatusLast Update
0005728JEDI VCL00 JVCL Componentspublic2013-12-13 11:30
ReporterdejoyAssigned Toobones 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionsuspended 
Product Version 
Target VersionFixed in Version 
Summary0005728: TJvInterpreterAdapter need a property 'Sorted' to specify private variable 'FSorted'
DescriptionTJvInterpreterAdapter need a property 'Sorted' to specify private variable 'FSorted'

Like this:
  { TJvInterpreterAdapter - route JvInterpreter calls to Delphi functions }
  TJvInterpreterAdapter = class(TObject)
  private
    FSorted: Boolean;
  public
    property Sorted: Boolean read FSorted;
  end;
TagsNo tags attached.

Activities

obones

2012-02-22 14:52

administrator   ~0019447

What's the use case here?

obones

2012-06-13 16:28

administrator   ~0019970

Any news?

obones

2013-12-13 11:30

administrator   ~0020785

No news, suspending the issue

Issue History

Date Modified Username Field Change
2011-11-30 03:09 dejoy New Issue
2012-02-22 14:52 obones Note Added: 0019447
2012-02-22 14:52 obones Status new => feedback
2012-06-13 16:28 obones Note Added: 0019970
2013-12-13 11:30 obones Note Added: 0020785
2013-12-13 11:30 obones Status feedback => resolved
2013-12-13 11:30 obones Resolution open => suspended
2013-12-13 11:30 obones Assigned To => obones