ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamBaseShellListView.OnCreateColumns

This event is triggered after the columns were created

Syntax
Pascal
property OnCreateColumns: TNotifyEvent;

Write an event handler for the OnCreateColumns if you want to add additional columns. You can also hide certain columns by setting their Width property to 0. If the user clicks on the column header of one of your user created columns, the OnCompare event will be called in order to allow you the sorting of your added columns.