JVCL Help:TJvMRUManager.OnClick
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMRUManager.OnClick Event
[+] TJvMRUManager Events
[+] TJvMRUManager Methods
[+] TJvMRUManager Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when an item in the list is clicked in the menu.
Pascal
TClickMenuEvent = procedure (Sender: TObject; const RecentName, Caption: string; UserData: Longint) ofobject;
propertyOnClick: TClickMenuEvent;
Parameters
Parameters | Description |
Caption | the caption of the menu |
UserData | arbitrary user data |
Sender | the MRU manager |
RecentName | the name of the item |
Description
Write a handler for this event to take specific action when an MRU item is clicked in the menu. For example, it would be quite common to load the clicked file into the application.
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