// Add a file to the document menu uses ShellAPI, ShlOBJ; procedure AddToStartDocumentsMenu(sFilePath: string); begin SHAddToRecentDocs(SHARD_PATH, PChar(sFilePath)); end;
Add a file to the document menu in delphi
January 15, 2020
// Add a file to the document menu uses ShellAPI, ShlOBJ; procedure AddToStartDocumentsMenu(sFilePath: string); begin SHAddToRecentDocs(SHARD_PATH, PChar(sFilePath)); end;
Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.