ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamCheckableListItem.GetValue

Retrieves the value for a column and returns the value as string.

Syntax
Pascal
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