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 TvRbwMostRecentlyUsed.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.12.1 on 2013-05-13 15:41:53