ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.ViewSettings.TJamShellColumnProvider.GetColumns

Retrieves shell columns from a specified shell view.

Syntax
Pascal
function GetColumns(const pShellView: IShellView; pAll: Boolean): TArray<TShellColumnId>; overload;
Parameters 
Description 
const pShellView: IShellView 
The shell view.  
pAll: Boolean 
If set to True all supported columns are returned. Otherwise only the visible columns are returned.  

The shell columns.

Exceptions 
Description 
EArgumentNilException 
if pShellView is not assigned.