ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.Create

This constructor creates a new instance of the TShellBrowser class and initializes for the given path.

Syntax
Pascal
constructor Create(const aObjectPath: string); overload; reintroduce;
Parameters 
Description 
const aObjectPath: string 
The file system path of the object that should be made the active object in the new instace of this class. 
Exceptions 
Description 
If the path cannot be found.