Interface Builder

You can also send messages directly to the interface from within your Custom Object. To do this, you need to know the id of the controls in your interface. Interface Builder provides a mechanism called "outlets" to do this. Outlets are simply id-valued instance variables defined by your Custom Object. In Interface Builder, you can connect an outlet to a control―then, when your program runs, the instance variable's value will be the control and you can send whatever messages you like to it.