ShellBrowser Delphi Components Documentation
|
Retrieves column information for the passed folder from the shell.
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. |