CoreClasses REALbasic Plugin

IArrayReader Interface

Objects that Implement this Interface share a common interface of how to read from a array of objects.

So if a object Implements this interface then you can always talk to it with the IArrayReader interface methods.

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

interface IArrayReader

Methods

CountUse this method on containers that Implement the IArrayReader Interface to get the element count from the container.
GetAtUse this method on containers that Implement the IArrayReader Interface to get a item from a specific location from 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