ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamShellViewColumns.Hide

Hides the specified column.

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

True if the column was hidden or False if it wasn't available.

The following example shows how hide a the visible column 'type':

  JamSystemShellView.Hide(TShellColumns.StorageType);