| 
ShellBrowser Delphi Components Documentation | 
Returns information about alignment, visibility and width of a Shell column using the property system.
class function GetColumnInfoFromPropertySystem(const pShellColumn: TShellColumnId): TColumnInfo; static;
| 
Parameters  | 
Description  | 
| 
const pShellColumn: TShellColumnId  | 
The Shell column id of the column for that information should be retrieved.  | 
TColumnInfo containing the meta data of the shell column.
Does not always return correct results for shell columns. Especially TColumnInfo.Alignment seems to be wrong.