Free a named object.
Source position: utility.pas line 206
procedure ReleaseNamedObject( |
NObject: 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. |