FileMenuHandler

From Lazarus wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

About

Component for handling Recent files list and Open, Save, Save As, Exit Commands. Uses a ini file for the recent list.

The download contains the component, an installation package and a demo application.

Author

v1.0 by Harry Kakoulidis 11/1999. Ported to Lazarus by Juha Manninen 11/2009 <juha dot manninen (at) phnet dot fi>

License

This is Freeware. The original author Harry Kakoulidis has given permission to port and publish it for Lazarus. Original Windows package name is FilMen10.zip and it can be found in many Delphi sites (eg. Torry's).

Download

The latest stable release can be found on http://sourceforge.net/projects/lazarus-ccr/files/FileMenuHandler/FileMenuHandler.tar.gz/download.

Change Log

  • Version 1.0, Date 2009.11.06

Dependencies / System Requirements

  • None

Status: Stable

Issues:

Installation

  • Open package FileMenuHandler.lpk from Lazarus manu Package -> Open Package file
  • Click install.
  • Follow instructions given by Lazarus.

The Example Application

  • First install the package (see *Installation*).
  • Open FileMenuTest.lpi
  • compile
  • run