AutoCompleteDelay Property

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

Specifies the time interval for incremental search.

Declaration

componentObj.AutoCompleteDelay
Read-Write Property Integer
componentObj     One of the user forms components listed in the Applies To section  

Applies To

The property applies to the following components:

TcxListBox

Description

The AutoCompleteDelay property specifies the time period that a new keystroke is treated as an addition to the current incremental search filter. After a keypress, the time period is reset so that the component is awaits for new characters in the current filter. When the time period specified by the AutoCompleteDelay property is elapsed, a new typed character is treated as a new filter.

This functionality only takes effect if the AutoComplete property is True.

Property Value

An integer value that signifies the number of milliseconds that a new keystroke is treated as an addition to the current filter. The default value is 500.

See Also

AutoComplete Property

Highlight search results