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; | 
| 
 This item has no description. Showing description inherited from TRecentFiles.MenuCreate. Create and destroy menu (or anything else that mirrors Urls contents).  | |
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-snapshot.

