Return the name of the object.
Source position: utility.pas line 246
function NamedObjectName( |
Object_: PNamedObject |
):PChar; |
Object_ |
|
The object, may be nil in which case this function returns nil. |
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. |