ShellBrowser Delphi Components Documentation
|
Retrieves the value for a column and returns the value as string.
function GetValue(pColumnId: TShellColumnId; pLoaded: Boolean = true): string;
Parameters |
Description |
pColumnId: TShellColumnId |
The ColumnID specifying which value to retrieve. See TShellColumns for values. |
pLoaded: Boolean = true |
If true (Default) only returns values that have already been cached. If false retreives a value from the system if no cached value is available. |
The column value converted as string