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

Assigns this variable by parsing the given string and looking up the matching enum member.

Syntax
Pascal
procedure FromString(const pString: String);
Parameters 
Description 
const pString: String 
The string that should be converted to a TShellAction member. 
Exceptions 
Description 
 
EInvalidCast: In case no matching TShellAction member could be found.