|
ShellBrowser Delphi Components Documentation
|
This records holds information about the current column properties.
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.