Vcl.JumpList.TCustomJumpList.RemoveAllFromRecent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function RemoveAllFromRecent(const AppModelID: string): Boolean;

C++

__classmethod bool __fastcall RemoveAllFromRecent(const System::UnicodeString AppModelID);

Properties

Type Visibility Source Unit Parent
function public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TCustomJumpList

Description

Removes all entries from the lists of recent and frequent files of your application.

RemoveAllFromRecent removes not only files that your application added using AddToRecent, but also any other file that Windows adds to the lists when the user opens that file using your application.

See Also