Back to product page

Item property


Returns reference to specific Process in the collection.

Type

An UpdProcess object

Syntax

  • Basic
object.Item(Index)
The Item(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type UpdProcesses.
IndexRequired. An Integer value. Index of the item in the collection, from 0 up to Count-1

Remarks

Returns reference to specific Process from the collection. You can use it to access Process details, such as Filename, ExeName, to Terminate them etc..

Platforms

Windows