FavoritesListView

TFavoritesList is a TListView descendant that makes it easy to add a favorites Listview to a webbrowser application. 

Drop the component  on a form. That's all!

 

Properties:

  • Caption
    Title to appear in the FavoritesListview. (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.

  • Channels
    Includes channels in the menu if TRUE. Channels are resolved, but IE opens and execute to .cdf-file. 

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 gives your FavoritesListview 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.

Enjoy!



Download FavoritesListView ver. 1.00

FavoritesListView v. 1.00  for Delphi 5
IECommon 1.00 (IEConst & IEUtils) 

Created and maintained by
Per Lindsų Larsen

Last Update: Juli 27, 2000