ShellBrowser Delphi Components Documentation
|
Returns information about alignment, visibility and width of a Shell column.
procedure GetColumnInfo(const pShellColumn: TShellColumnId; out pColumnInfo: TColumnInfo); overload; deprecated;
Parameters |
Description |
const pShellColumn: TShellColumnId |
The Shell column id of the column for that information should be retrieved. |
out pColumnInfo: TColumnInfo |
TColumnInfo: Out parameter that receives the meta data of the shell column. |