Free a named object.
Source position: utility.pas line 247
procedure ReleaseNamedObject( |
Object_: PNamedObject |
); |
Object_ |
|
The object to release. (No action if nil) |
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. |