ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamBaseShellListView.SetColumnVisibility Method

Set the visibility of a column.

Syntax
Pascal
function SetColumnVisibility(const pColumnID: TShColumnId; const pVisible: Boolean): Integer; virtual;
Parameters 
Description 
const pColumnID: TShColumnId 
A valid ShColumnId, for details see: http://msdn.microsoft.com/en-us/library/bb759748%28v=vs.85%29.aspx 
const pVisible: Boolean 
Pass True to turn the column on and pass False to make it invisible. 

If pVisible is true and the given ShColumnId is valid, it returns the index of the added column. If pVisible is false or the given ShColumnId is invalid, it returns -1.

set

Copyright (c) 2011. All rights reserved.