Class TCastleRecentFiles
Unit
Declaration
type TCastleRecentFiles = class(TRecentFiles)
Description
Manage a list of recently opened files, and show a menu in Lazarus.
Source: lcl/castlelclrecentfiles.pas (line 28).
Hierarchy
- TObject
- TPersistent
- TComponent
- TRecentFiles
- TCastleRecentFiles
Overview
Methods
| Protected | procedure MenuCreate; override; |
| Protected | procedure MenuDestroy; override; |
Properties
| Public | property NextMenuItem: TMenuItem read FNextMenuItem write SetNextMenuItem; |
Description
Methods
| Protected | procedure MenuCreate; override; |
|
This item has no description. Showing description inherited from TRecentFiles.MenuCreate. Create and destroy menu (or anything else that mirrors Urls contents). | |
| Protected | procedure MenuDestroy; override; |
|
Destroy the menu. Internal (do not call this directly, it's only called by parent class). Note that it doesn't read Urls list at all, it only depends on FirstSeparator value. | |
Properties
| Public | property NextMenuItem: TMenuItem read FNextMenuItem write SetNextMenuItem; |
|
Determines the placement of "recent files" list inside your menu. If this is not Also changing the value of this property will result in one-time update of the menu. Menu at the place of old Usually | |
Generated by PasDoc 0.17.0.snapshot.