Skip to content

IRecentFilesService

chuacw edited this page May 7, 2026 · 1 revision

Description

Interface that provides methods to manipulate files and favourite files.

Hierarchy

Up to Parent: IInterface

Methods

Method Description
AddOnChangedNotifyEvent(Handler: TNotifyEvent)
RemoveOnChangedNotifyEvent(Handler: TNotifyEvent)
GetRecentFiles: TRecentFiles
IsFavorite(const FileName: string): Boolean
AddToFavourite(const FileName: string): Boolean
RemoveFromFavorite(const FileName: string)
OpenFile(const FileName: string)
FileOpenDialog(const FileName: string)
OpenFromRepository

Properties

Property Description
There are no properties.

Clone this wiki locally