[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'utility' (#aros)

PNamedObject

Pointer to named object structure

Declaration

Source position: utility.pas line 48

type PNamedObject = ^TNamedObject;

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: 2017-01-10