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

ReleaseNamedObject

Free a named object.

Declaration

Source position: utility.pas line 206

procedure ReleaseNamedObject(

  NObject: PNamedObject

);

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: 2021-07-30