ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.Create

Creates an instance of a ShellBrowser component.

Syntax
Pascal
constructor Create(AOwner: TComponent); override; overload;
Parameters 
Description 
AOwner: TComponent 
The owner component.  

Call Create to instantiate a ShellBrowser component at runtime. For a ShellBrowser component added to a form at design time Delphi automatically inserts a call to Create. If you create a ShellBrowser component at runtime, you need to call the Loaded method.