Tips (1541)
uses ShlObj; procedure TForm1.Button1Click(Sender: TObject); begin SHAddToRecentDocs(0, nil); end;
Rate this tip: