JVCL Help:TJvMRUManager.Add

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

Search in JVCL Help

 
Search in all projects
 

Summary

Adds an item to the list.


Pascal

 procedureAdd(constRecentName: string; UserData: Longint);


Parameters

Parameters Description
const RecentName: string The name of the item
UserData: Longint Arbitrary user data


Description

Call Add to add a new item to the list. Typically, a new item is added in response to opening a file or similar. The item is either added to the front or rear of the list depending on the value of Mode.


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