Previous Next


Index Property (RDKInput Object)

Description

Returns the index of an input, in the parent input collection object. An input's index is set when it is created using the Add method of the parent input collection object. After an input has been created, its index can not be changed.

Syntax

object.Index

Arguments

None.

Return Value

(Long) – The index of the input in the inputs collection

Example

inputIndex = theInput.Index