|
ShellBrowser Delphi Components Documentation
|
Constructor for a TJamShellViewColumn instance.
constructor Create(pShellColumnId: TShellColumnId; pVisible: Boolean; pColumnManager: IColumnManager; pParent: TJamShellViewColumns);
|
Parameters |
Description |
|
pShellColumnId: TShellColumnId |
A TShellColumnId that serves as identifier of the column. |
|
pVisible: Boolean |
Column is visible or not. |
|
pColumnManager: IColumnManager |
A IColumnManager implementer. |
|
pParent: TJamShellViewColumns |
A TJamShellViewColumns parent of the column. |