Frees a name object.
Source position: utility.pas line 268
| procedure FreeNamedObject( | 
| Obj: PNamedObject | 
| ); | 
Free one of a number of structures used by utility.library. The item must not be a member of any NameSpace, and no one may have it open other than yourself. If the object also contained a NameSpace, that namespace must be empty. Any additional space allocated via the datasize parameter for AllocNamedObject() is also released.
| 
 | Allocate a named object. |