Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

DisposeObject

Deletes a 'boopsi' object.

Declaration

Source position: intuition.pas line 3569

procedure DisposeObject(

  Object1: Pointer

);

Description

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.

See also

NewObject

  

Varargs version of NewObjectA()

SetAttrs

  

Varargs Version of SetAttrsA()

GetAttr

  

Inquire the value of some attribute of an object.

MakeClass

  

Create and initialize a boopsi class.


Documentation generated on: 2021-07-30