Free a named object.
Source position: utility.pas line 270
| procedure ReleaseNamedObject( | 
| Obj: PNamedObject | 
| ); | 
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.
| 
 | Find the next object of a given name. | |
| 
 | Remove a named object. |