JVCL Help:TJvMRUManager.OnGetItemData

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when info about an MRU item is requested


Pascal

 TGetItemEvent = procedure (Sender: TObject; var Caption: string; var ShortCut: TShortCut; UserData: Longint) ofobject;
propertyOnGetItemData: TGetItemEvent;


Parameters

Parameters Description
ShortCut shortcut for item
UserData arbitrary data for item
Sender the MRU manager
Caption text of item


Description

Write a handler for this event to take specific action when info for an item is requested.


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