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

Converts the canonical string back to a SHCOLUMNID.

Syntax
Pascal
class function FromString(const pCanonicalName: string): TShellColumnId; static;
Parameters 
Description 
const pCanonicalName: string 
The canonical string e.g. System.Keywords.  

The parsed SHCOLUMNID.

Use ToString to convert a SHCOLUMNID to a canonical string.