JVCL Help:AddToRecentDocs

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

Search in JVCL Help

 
Search in all projects
 

Summary

Adds a document to the Shell's list of recently used documents.

run\JvWinDialogs.pas


Pascal

 run\JvWinDialogs.pas
 procedureAddToRecentDocs(constFileName: string);


Parameters

Parameters Description
const FileName: string Path and file name of the document to be added.

run\JvWinDialogs.pas


Description

Call AddToRecentDocs to add a document to the Shell's list of recently used documents. In addition to updating its list of recent documents, the Shell adds a shortcut to the user's Recent directory and the Start menu's Documents submenu.

run\JvWinDialogs.pas


See Also

ClearRecentDocs

run\JvWinDialogs.pas


About

Notes

Only shell32.dll version 4.0 or later.

run\JvWinDialogs.pas


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