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