Vcl.Ribbon.TCustomRibbon.RemoveRecentItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveRecentItem(const FileName: string): Boolean;

C++

bool __fastcall RemoveRecentItem(const System::UnicodeString FileName);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Removes an entry from the 'Recent Items' list, to the right of the Application Menu.

See Also