ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.TShellCommand.In

Allows to check if a TShellCommand is in a set of TShellActions.

Syntax
Pascal
class operator In(pCommand1: TShellCommand; pCommand2: TShellActions);
Parameters 
Description 
pCommand1: TShellCommand 
The TShellCommand that should be compared. 
pCommand2: TShellActions 
The set of TShellActions that should be checked. 

Boolean: True if the given command occurs in the given set; False otherwise.