ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.GetColumnInfo

Returns information about alignment, visibility and width of a Shell column.

Syntax
Pascal
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.