JVCL Help:AddToRecentDocs
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: AddToRecentDocs procedure
[+] JvWinDialogs.pas Functions
Search in JVCL Help
Search in all projectsSummary
Adds a document to the Shell's list of recently used documents.
Pascal
run\JvWinDialogs.pas
procedureAddToRecentDocs(constFileName: string);
Parameters
Parameters | Description |
const FileName: string | Path and file name of the document to be added. |
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.
See Also
About
Notes
Only shell32.dll version 4.0 or later.
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