| CoreClasses REALbasic Plugin |
|
IVariantAddable.Add Method
Use this method on containers that Implement the IVariantAddable Interface to Add a item to the container.
Add(
item as Variant)
Parameters
- item
- The item to be added.
Remarks
See Also
IVariantAddable Interface