ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamBaseShellListView.GetColumnPosition Method

Returns the current column index for a given SHColumnId.

Syntax
Pascal
function GetColumnPosition(const pColumnID: TShColumnId): NativeInt; virtual;

If successfull, it returns the index for the specified SHColumnId. If not or the column is hidden, -1 is returned.

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

Copyright (c) 2011. All rights reserved.