ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.GetShColumnIdFromColumnNumber

Returns the SHColumnId for a given column number.

Syntax
Pascal
function GetShColumnIdFromColumnNumber(pColumnNumber: Integer): TShellColumnId;
Parameters 
Description 
pColumnNumber: Integer 
A shell column number.  

If successfull, it returns the SHColumnId for the specified column index. If not TShellColumns.Invalid is returned.

Use this function to get the SHColumnId for a given column number.