forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IRecentFilesService
chuacw edited this page May 7, 2026
·
1 revision
Interface that provides methods to manipulate files and favourite files.
Up to Parent: IInterface
| 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 |
| Property | Description |
|---|---|
| There are no properties. |