Class TCastleRecentFiles
Unit
Declaration
type TCastleRecentFiles = class(TRecentFiles)
Description
Manage a list of recently opened files, and show a menu in Lazarus.
Hierarchy
- TObject
- TPersistent
- TComponent
- TRecentFiles
- TCastleRecentFiles
Overview
Methods
procedure MenuCreate; override; |
|
procedure MenuDestroy; override; |
Properties
property NextMenuItem: TMenuItem read FNextMenuItem write SetNextMenuItem; |
Description
Methods
procedure MenuCreate; override; |
|
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
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.16.0.