Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Long that indicates which Command object to return. It is the index number of the execution in the current or previous execution
Item Method
Description
Returns the execute instance of the object if the object has been executed more than once
Syntax
Visual Basic
Public Function Item( _
   ByVal Num As Long _
) As Command
Parameters
Num
Required Long that indicates which Command object to return. It is the index number of the execution in the current or previous execution
Return Type
Command object.
See Also