ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TShellBrowser.Create Constructor (TComponent)

Creates an instance of a ShellBrowser component.

Syntax
Pascal
constructor Create(AOwner: TComponent); override; overload;

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.

Copyright (c) 2011. All rights reserved.