ShellBrowser Delphi Components Documentation
|
Creates an instance of a ShellBrowser component.
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.