ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamShellListColumns.IsCustomColumn

Returns true if the column with the passed index exists and is a custom column and no shell column.

Syntax
Pascal
function IsCustomColumn(p_Index: integer): Boolean;
Parameters 
Description 
p_Index: integer 
Index of the column. 

True if the column is a custom column, False if it is a ShellColumn.