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

