CoreClasses REALbasic Plugin

IObjectAddable Interface

Objects that Implement this Interface share a common interface that defines a way to add objects to a container.

So if a object Implements this interface then you can always talk to it with the IObjectAddable interface methods even if you know nothing about the object.

Note:
Interfaces don't actually do anything. A Interface is just a promise of what methods a implementor of a interface will have.

interface IObjectAddable

Methods

AddUse this method on containers that Implement the IObjectAddable Interface to Add a item to the container.

[Footnote]

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86