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

NamedObjectName

Return the name of the object.

Declaration

Source position: utility.pas line 361

function NamedObjectName(

  Obj: pNamedObject

):PChar;

Function result

A pointer to the name string, or nil if 'object' is nil.

Description

Returns the name of the object passed in... Note that the name string is passed back as just a pointer to a read-only name. If the object goes away, so does the name.

See also

FindNamedObject

  

Find the next object of a given name.

RemNamedObject

  

Remove a named object.


Documentation generated on: 2021-07-30