GetName

Category: Objects
Since engine version: 4.6.5.0 CP (extended in 4.9.1.0 GWE)

Description

Returns the name of an object or of an object definition. If the object does not have a name of its own, the definition name is returned anyway.

Syntax

string GetName (object pObj, id idDef);

Parameters

pObj:
[opt] Object of which you want to get the name. Can be 0 in local calls.
idDef:
[opt] If specified, the name of the definition is returned instead.
jwk, Juni 2002