CoreClasses Xojo Plugin

ObjectSet.Add Method

Use this method to add a object to the set container.

Add(
   item as Object)

Parameters

item
The Object to add.

Remarks

A error code -1 will be generated if the object already existed in the set. The error result can be read with the LastError property.

See Also

ObjectSet Class