Anonymous | Login | Signup for a new account | 2019-02-18 02:18 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0005837 | [JEDI VCL] 00 JVCL Components | feature | N/A | 2012-03-19 15:23 | 2012-09-10 14:15 | ||
Reporter | Nazgul | View Status | public | ||||
Assigned To | obones | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | 3.45 | ||||
Summary | 0005837: Add TJvOutlookBarButton.LinkedObject property (patch included) | ||||||
Description |
TJvOutlookBarPage has a property named LinkedObject, which allows user to link and object to each page. I think TJvOutlookBarButton should have this property, too. |
||||||
Additional Information |
To 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! |
||||||
Tags | No tags attached. | ||||||
Attached Files | |||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |