CoreClasses Xojo Plugin

ObjectSet.Operator_Subscript Method (console safe)

Implements operator to read from the set with the ( ) indexer operator.

Operator_Subscript(
   index as Integer) as Object

Parameters

index
Use this parameter to specify which item to or read from.

Returns

Object

Remarks

Only REALbasic 2010r4 and later support this operator.

See Also

ObjectSet Class