Class TRecentFileMenuItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRecentFileMenuItem = class(TMenuItem)

Description

TRecentFileMenuItem is a specialized TMenuItem that has a FileName property. The caption for the TRecentFileMenuItem has the file name without the drive or path.

Hierarchy

Overview

Fields

Private FFileName: string;

Methods

Public destructor Destroy; override;

Properties

Public property FileName: string read FFileName;

Description

Fields

Private FFileName: string;

See FileName.

Methods

Public destructor Destroy; override;

Destroy Destroys TRecentFileMenuItem. Do not call Destroy directly. Call Free instead.

Destroy extracts itself from TRbwMostRecentlyUsed.FMenuItems before calling inherited.

Properties

Public property FileName: string read FFileName;

FileName is the full file name of the file for the TRecentFileMenuItem.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:43