ShellBrowser Delphi Components Documentation
|
Returns the SHColumnId for a given column number.
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.