| 
 
ShellBrowser Delphi Components Documentation 
 | 
Retrieves default column information for a specified shell column inside a folder.
function GetColumnInfo(const pFolder: IItemIdList; const pShellColumnId: TShellColumnId): TColumnInfo; overload;
| 
 
Parameters   | 
 
Description   | 
| 
 
const pFolder: IItemIdList   | 
 
 The folder.    | 
| 
 
const pShellColumnId: TShellColumnId   | 
 
 The shell column.    | 
The column information.
| 
 
Exceptions   | 
 
Description   | 
| 
 
 if IShellFolder2 is not supported and thus no columns can be retrieved.    |