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

FreeNamedObject

Frees a name object.

Declaration

Source position: utility.pas line 204

procedure FreeNamedObject(

  NObject: PNamedObject

);

Description

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.

See also

AllocNamedObjectA

  

Allocate a named object.


Documentation generated on: 2021-07-30