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