View Issue Details

IDProjectCategoryView StatusLast Update
0005837JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReporterNazgulAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version3.45 
Target VersionFixed in Version3.46 
Summary0005837: Add TJvOutlookBarButton.LinkedObject property (patch included)
DescriptionTJvOutlookBarPage has a property named LinkedObject, which allows user to link and object to each page.

I think TJvOutlookBarButton should have this property, too.
Additional InformationTo implement, add this code to TJvOutlookBarButton declaration:

type
  TJvOutlookBarButton = class(TCollectionItem)
  private
  ...
    FLinkedObject: TObject;
  ...
  public
  ...
    // A property for user's usage, allowing to link an object to the button.
    property LinkedObject: TObject read FLinkedObject write FLinkedObject;
  ...
  end;

That's all!
TagsNo tags attached.

Activities

obones

2012-06-12 14:21

administrator   ~0019915

This is now added in SVN

Issue History

Date Modified Username Field Change
2012-03-19 15:23 Nazgul New Issue
2012-06-11 17:23 obones Status new => acknowledged
2012-06-12 14:21 obones Note Added: 0019915
2012-06-12 14:21 obones Status acknowledged => resolved
2012-06-12 14:21 obones Fixed in Version => Daily / SVN
2012-06-12 14:21 obones Resolution open => fixed
2012-06-12 14:21 obones Assigned To => obones
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46