JVCL Help:TJvMRUManager.OnReadItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMRUManager.OnReadItem Event
[+] TJvMRUManager Events
[+] TJvMRUManager Methods
[+] TJvMRUManager Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when an item is loaded from storage
Pascal
TReadItemEvent = procedure (Sender: TObject; AppStorage: TJvCustomAppStorage; const Path: string; Index: Integer; var RecentName: string; var UserData: Longint) ofobject;
propertyOnReadItem: TReadItemEvent;
Parameters
Parameters | Description |
Index | the index of the item |
RecentName | the name of the item |
UserData | arbitrary user data |
Sender | the MRU manager |
AppStorage | the storage component in use |
Path | the path of the item (in the storage component) |
Description
Write a handler for this event to take specific action when an item is loaded from storage.
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