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