[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'utility' (#aros)

ReleaseNamedObject

Free a named object.

Declaration

Source position: utility.pas line 247

procedure ReleaseNamedObject(

  Object_: PNamedObject

);

Arguments

Object_

  

The object to release. (No action if nil)

Description

Decrements the open count of the object. If the object has been removed, and the count goes to 0, the remover will be notified that the object is now free.

See also

FindNamedObject

  

Find the next object of a given name.

RemNamedObject

  

Remove a named object.


Documentation generated on: 2017-01-10