FAQ & Knowledge Base

Welcome to our Knowledge Base. Search or browse through the topics below to find answers to your questions.

Categories: ShellBrowser Delphi Components | Show all categories

Overriding shell commands

Question / Problem

How do I keep default behavior except with a particular extension, where upon I want it to load in an editor, for example?

Answer / Solution

You can use the OnBeforeShellCommand event and check for both the affected files and the command and replace the default behavior by your own.