| 
ShellBrowser Delphi Components Documentation | 
Hides the specified column.
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);