ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.TShellActionHelper

Helper class to convert a TShellAction enum to either a label or a command

Jam_Shell_Types_TShellActionHelper
Syntax
Pascal
TShellActionHelper = class helper for TShellAction;
 
Name 
Description 
 
Compares the TShellAction to a command supplied as string. 
 
Compares the TShellAction to a command supplied as string. 
 
Assigns this variable by parsing the given string and looking up the matching enum member. 
 
Returns a shell command for a TShellAction enum. 
 
Returns a label for a TShellAction enum.