ImmediateUpdateText Property

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

Specifies whether the component updates the text that is displayed in the edit field when a user navigates among the values shown in the component’s drop-down list.

Declaration

componentPropObj.ImmediateUpdateText
Read-Write Property Boolean
componentPropObj     One of the objects listed in the Applies To section  

Applies To

The property applies to the following objects:

TcxComboBoxProperties, TcxMRUEditProperties

Description

Use the ImmediateUpdateText property to specify if the component should update its text when a user is navigating within the drop-down window with the keyboard. If ImmediateUpdateText is True, the component automatically assigns the selected value to the component’s Text property and displays this value in the edit field. If the property is False, the component only assigns the value after the user confirms the selection by pressing Enter (or Tab, if the PostPopupValueOnTab property is True).

Property Value

A boolean value that specifies whether the component updates its text when the user is navigating within the drop-down window with the keyboard.

See Also

PostPopupValueOnTab Property
Text Property

Highlight search results