ShellBrowser Delphi Components Documentation
|
Returns the text which would be displayed in the Details view of the Windows Explorer as String and Variant.
function GetColumnText(const pColumnID: TShellColumnId; pHeader: Boolean; var pColumnVariant: Variant): string; overload;
Parameters |
Description |
const pColumnID: TShellColumnId |
SHCOLUMNID of the column. |
pHeader: Boolean |
true, if the column header text should be returned. false if the text for the currently active item should be returned. |
var pColumnVariant: Variant |
Returns the Variant that holds the column text information. |
The text to display as String and Variant.