ItemCommandSet Method (IMItem)
command name
command parameters
target object
Sets the command properties (only for command).
Syntax
Sub ItemCommandSet( _
   ByVal _bsCommand As String, _
   ByVal _bsParam As String, _
   ByVal _pTargetObject As Object _
) 
procedure ItemCommandSet( 
    _bsCommand: String;
    _bsParam: String;
    _pTargetObject: TObject
); 

Parameters

_bsCommand
command name
_bsParam
command parameters
_pTargetObject
target object
Example
myItem.ItemCommandSet("pause", "1.0", myFile);
myItem.ItemCommandSet("pause", "1.0", myFile);
myItem.ItemCommandSet('pause', '1.0', myFile);
See Also

Reference

IMItem Interface
IMItem Members