CoreClasses Xojo Plugin

VariantArray.Item Method

Use this setter/getter function to read or write to a item in the array.

Item(
   n as Integer) as Variant

Item(
   n as Integer
   assigns value as Variant)

Parameters

n
Use this parameter to specify which item to read from or write to.
value (assignment parameter)
The variant to assign when using the setter function.

Returns

Variant
The requested variant when using the getter function.

Remarks

See Also

VariantArray Class