ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.GetColumnValue

Returns the value which would be displayed in the Details view of the Windows Explorer as Variant.

Syntax
Pascal
function GetColumnValue(const pColumnID: TShellColumnId): Variant;
Parameters 
Description 
const pColumnID: TShellColumnId 
SHCOLUMNID of the column. 

The value to display in the given columna for the active object aa Variant.

oMeisberger -cv11.0: Maybe better use IItemIdList.GetPropertyValue?