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