ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.ViewSettings.TJamShellColumnProvider.ReadColumnInfo

Retrieves column information for the passed folder from the shell.

Syntax
Pascal
class function ReadColumnInfo(const pFolder: IItemIdList; const pShellColumnId: TShellColumnId): TColumnInfo;
Parameters 
Description 
const pFolder: IItemIdList 
The folder that contains the column. 
const pShellColumnId: TShellColumnId 
The shell column to retrieve. 

The column information.

Exceptions 
Description 
if IShellFolder2 is not supported and thus no columns can be retrieved.