UFT Extensibility Agent library 1.3
GetDisplayName Method
Description
Returns the name to be displayed in the user interface.
Syntax
Visual Basic
Public Function GetDisplayName( _
   ByVal objId As Variant _
) As String
Parameters
objId
Remarks

The display name must be unique among the test objects within the same parent. If GetDisplayName returns a name that already exists, it is hashed by UFT.

See Also