Element.ItemVariable



ItemVariable(vPv As Variant) As Variable

Parameters

vPv As Variant
Index or name of the variable within the collection.

If the parameter is a numerical value, the variable is searched by its index (>= 0 and <= Count-1).
If it is an alphanumerical value, the variable is searched by its unique name.
ED
avaliable
RT
avaliable

Remarks

Returns the object Variable, which is identified by the parameter vID. Most of the dynamic elements can be linked to variables. The visualization of most elements depends on the linked variables.

The parameter vID can have two values:

See Also

Element, Variable