ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamBaseShellListView.GetColumnPosition

Returns the current column index for a given TSHColumnId.

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