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

tNamedObject

Named object structure

Declaration

Source position: utility.pas line 127

type tNamedObject = record

  no_Object: Pointer;

  

Your pointer, for whatever you want

end;

See also

AddNamedObject

  

Add a named object to the given namespace.

RemNamedObject

  

Remove a named object.

AllocNamedObjectA

  

Allocate a named object.

AllocNamedObject

  

VarArgs Version for AllocNamedObjectA()

ReleaseNamedObject

  

Free a named object.

FreeNamedObject

  

Frees a name object.

AttemptRemNamedObject

  

Attempt to remove a named object.

FindNamedObject

  

Find the next object of a given name.

NamedObjectName

  

Return the name of the object.


Documentation generated on: 2021-07-30