JVCL Help:TJvMRUManager.OnGetItemInfoEx
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMRUManager.OnGetItemInfoEx Event
[+] TJvMRUManager Events
[+] TJvMRUManager Methods
[+] TJvMRUManager Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when info for a menu item is requested.
Pascal
TGetItemInfoExEvent = procedure (Sender: TObject; Item: TMenuItem; Index: Integer) ofobject;
propertyOnGetItemInfoEx: TGetItemInfoExEvent;
Parameters
Parameters | Description |
Index | the index of the item |
Item | the menu item to return info about |
Sender | the MRU manager |
Description
Write a handler for this event to take specific action when info for an item is requested.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page