THistoryMenu
NewsProductsDownloadsSupportForumCredits

 

[Home][Support][History][THistoryMenu]


History Demo 1History Demo 2History Demo 3UrlHistoryStgTHistoryListViewTHistoryMenuTUrlHistory

 

THistoryMenu:

  HistoryMenu

THistoryMenu is a delphi-component that makes it easy to view then content of the history-folder in a menu structure.

 

Drop the component and a mainmenu-component on a form. Set Historymenu's Mainmenu-property to your mainmenu and add a single line of code:

procedure TForm1.FormCreate(Sender: TObject);
begin
HistoryMenu1.CreateMenu;
end;

 

Properties:

Caption
Menutitle to appear in mainmenu. (Default: Localized).

MenuPos
Where to place the History-menu in mainmenu.

MainMenu
Your mainmenu (ex. MainMenu1)

 

Events:

OnUrlSelected(Sender : TObject; Url: String);
Trigger when a Url is selcted in the History-menu.

Methods:

ReBuildMenu
Call this function to rebuild the menu.

 

[Previous][Up][Next]

Created by
Per Lindsų Larsen

Copyright (c) 2005 bsalsa productions. All rights reserved.

bsalsa@bsalsa.no-ip.info