ShellBrowser Delphi Components Documentation
|
This event can be implemented to consistently customize column names. It will be called whenever the name of a column is displayed: as column header, in the context menu or in the columns dialog.
TOnGetColumnInfo = procedure (Sender: TJamBaseShellListView; const pColumnId: TShellColumnId; var pColumnInfo: TColumnInfo) of object;
Parameters |
Description |
Sender |
The sending ListView. |
pColumnId |
The id of the column. |
pColumnInfo |
A TColumnInfo record containing information on the column. Set the Jam.Shell.ViewSettings.TColumnInfo.Title property to customize column captions. |