|
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;
|
|