Return the name of the object.
Source position: utility.pas line 269
function NamedObjectName(  | 
Obj: PNamedObject  | 
):PChar;  | 
A pointer to the name string, or nil if 'object' is nil.
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.
  | 
Find the next object of a given name.  | 
|
  | 
Remove a named object.  |