ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.ViewSettings.TColumnInfo

Meta information on a shell column

Syntax
Pascal
TColumnInfo = record
end;
 
Name 
Description 
 
Returns default values for the members. 
 
The default width of the column in pixels scaled for the current ppi. 
 
Name 
Description 
 
The default alignment of the column in pixels. 
 
The type of the property. 
 
The SHCOLSTATE flags, specififying some aspects concerning sorting and visuals of the column. 
 
The shell column ID of the column. 
 
The ShellIndex for the column. For internal use. Currently -1 if it was not set. 
 
The column title as string. 
 
True if the columns should be visible by default; False if it should be hidden by default. 
 
The default width of the column in pixels at 100% dpi scaling.