ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.GetColumnInfo

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

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