DisplayName Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Returns the string that represents the given item in the Collection editor.

Declaration

itemObj.DisplayName
Read-Only Property String
itemObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxEditButton, TcxRadioGroupItem

Description

The DisplayName property returns the string that identifies the given item in the Collection editor. Do not confuse DisplayName with Caption that holds the item’s caption text.

Property Value

A string that represents the given item in the Collection editor. This is always the name of the object class, that is:

  • The TcxEditButton.DisplayName property returns the “TcxEditButton” string.
  • The TcxRadioGroupItem.DisplayName property returns the “TcxRadioGroupItem” string.
Highlight search results