|
ShellBrowser Delphi Components Documentation
|
Assigns this variable by parsing the given string and looking up the matching enum member.
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. |