ShellBrowser Delphi Components Documentation
|
Returns the current column index for a given TSHColumnId.
function GetColumnPosition(const pColumnID: TShellColumnId): NativeInt; virtual; deprecated;
Parameters |
Description |
const pColumnID: TShellColumnId |
The TShColumnId of the column |
If successfull, it returns the index for the specified TSHColumnId. If not or the column is hidden, -1 is returned.
Use this function to get the current column index for a given SHColumnId.