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

Sets the subitem value or the caption.

Syntax
Pascal
procedure SetValue(const pSubItemIndex: integer; const pValue: string; const pVariantValue: Variant); virtual; overload;
Parameters 
Description 
const pSubItemIndex: integer 
The subitem index to set the value.  
const pValue: string 
The value.  
const pVariantValue: Variant 
The variant value, using the same subitem index. 

For internal use.