ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TColumnsProperties

This records holds information about the current column properties.

Syntax
Pascal
TColumnsProperties = record
  IsInitialized: Boolean;
  SortColumn: Integer;
  SortSHColumnId: TShellColumnId;
  MaxShellColumnIndex: Integer;
end;
Members 
Description 
IsInitialized: Boolean; 
True if the columns were already initialized before.  
SortColumn: Integer; 
The currently set sort column index.  
SortSHColumnId: TShellColumnId; 
The currently set sort column as SHColumnID.  
MaxShellColumnIndex: Integer; 
The max shell column index that is currently used.  

seealso TJamShellList.InitColumns seealso TJamFileList.InitColumns seealso TJamDriveList.InitColumns

oWeber -cV11.1: Remove this and use the ViewSettings to cache values instead.