ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.TShellColumnId
Syntax
Pascal
TShellColumnId = record
end;

Uniquely identifes a shell column or shell property.

 
Name 
Description 
 
Gets the localized display name of a SHCOLUMNID.  
 
Converts the canonical string back to a SHCOLUMNID.  
 
Gets the type of a SHCOLUMNID.  
 
Checks if this TShellColumnId is valid. Returns false if fmtid is the Null-GUID.  
 
Converts the SHCOLUMNID to a canonical string e.g. System.Keywords.  
 
Name 
Description 
 
A GUID that together with the pid uniquely identifies a shell column. 
 
A unsiogned integer that together with the ysee fmtid uniquely identifies a shell column. 
 
Name 
Description 
 
Compare two TShellColumnIds for equality. 
 
Converts a TPropertyKey into a TShellColumnId. 
 
Converts a TShellColumnId into a TPropertyKey
 
Compare two TShellColumnIds for non-equality.