Name Property

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

Specifies the component’s name.

Declaration

componentObj.Name
Read-Only Property String
componentObj     One of the user forms components listed in the Applies To section  

Applies To

The property applies to the following components:

TBevel, TcxButton, TcxButtonEdit, TcxCalcEdit, TcxCheckBox, TcxComboBox, TcxCurrencyEdit, TcxDateEdit, TcxGroupBox, TcxLabel, TcxListBox, TcxMemo, TcxMRUEdit, TcxProgressBar, TcxRadioGroup, TcxSpinEdit, TcxTextEdit, TcxTimeEdit, TImage, TObjectPicker, TOpenDialog, TPanel, TRectObjectPicker, TSaveDialog, TSelectDirectory, TSelectObjectPropertyDialog, TShape

Description

The Name property returns the component’s name. You can use the component’s name to refer to it in scripts.

Property Value

A string holding the component’s name.

Highlight search results