|
HistoryListView
THistoryList is a TListView descendant that makes it
easy to show the history folder in a Listview.
Drop the component on a form. That's all!

Properties:
 |
Caption
Title to appear in the HistoryListview. (Default: Localized).
|
 |
Webbrowser
The Webbrowser control (ex. EmbeddedWb1).
|
 |
ResolveUrl
Choose how you want Url from Internet Shortcuts to be retrieved
- using IUniformResourceLocator (IntShCut) or IniString. MS
recommand IUniformResourceLocator since the internal structure of
the .url-files may change in the future, but some have reported
difficulties with IURL on Windows NT.
|
Events:
 |
OnUrlSelected(Sender : TObject; Url: String);
If OnUrlSelected is assigned the webbrowser control will not
automatically navigate to URL.
|
Methods:
 |
LevelUp;
Doubleclick or Press Enter on a folder in the listview to open
the folder (Level down). To go one level back either press
Back-button or call Procedure LevelUp;
|
HINT: There are many freeware Listview
replacements that can give the HistoryListview a better feel and look.
You can easily change the code to work with one of these enhanced
Listview components.
Ver 1.00 has only been tested in Delphi 5. Please e-mail
me a copy for upload, if you modify the component for Delphi 3 or 4.
|