Vcl.JumpList.TCustomJumpList.RemoveAllFromRecent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TCustomJumpList


説明

すべてのエントリを、アプリケーションの最近開いたファイルおよびよく開くファイルから、削除します。


RemoveAllFromRecent は、アプリケーションが AddToRecent を使用して追加したファイルだけではなく、ユーザーがアプリケーションを使用してファイルを開いた際に、Windows がリストに追加したその他のファイルも削除します。

関連項目