Deletes a 'boopsi' object.
Source position: intuition.pas line 3294
procedure DisposeObject( |
Object_: Pointer |
); |
Object_ |
|
An abstract pointer to a boopsi object returned by NewObject(). The pointer may be nil, in which case this function has no effect. |
Deletes a boopsi object and all of it auxiliary data. These objects are all created by NewObject(). Objects of certain classes "own" other objects, which will also be deleted when the object is passed to DisposeObject(). Read the per-class documentation carefully to be aware of these instances.
This function invokes the OM_DISPOSE method.
|
Varargs version of NewObjectA() |
|
|
Varargs Version of SetAttrsA() |
|
|
Inquire the value of some attribute of an object. |
|
|
Create and initialize a boopsi class. |