ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamShellViewColumns.Show

Shows the specified column.

Syntax
Pascal
function Show(pShellColumnId: TShellColumnId): Boolean;
Parameters 
Description 
pShellColumnId: TShellColumnId 
A TShellColumnId that serves as identifier of the column.  

True, if the column was shown, False if wasn't available or showing failed.

The following example shows how make the invisible column 'comment' visible:

  JamSystemShellView.Show(TShellColumns.Comment);