ShellBrowser Delphi Components Documentation
ContentsIndexHome
Example

These lines show the property page for the windows calculator:

ShellBrowser.ObjectName := 'C:WindowsCalc.exe';
ShellBrowser.InvokeContextMenuCommand('properties');

The ShellBrowser component automatically separates the path from the file name. This code does the same: