Skip to main content

cxDefaultAutoCompleteDelay Constant

Specifies the time interval (in milliseconds) during which any additional key presses that are made will be treated as an addition to the filter string used in the incremental search.

Declaration

const cxDefaultAutoCompleteDelay = 500;

Remarks

The cxDefaultAutoCompleteDelay global constant is used by the container controls which support incremental search (for instance, the TcxListBox, TcxCheckListBox, and TcxMCListBox controls) to specify the time interval during which any additional key presses that are made will be treated as an addition to the filter string used in the incremental search. When the number of milliseconds specified by cxDefaultAutoCompleteDelay has passed, the filter string is reset so that it consists only of the last key pressed.

The default value of the cxDefaultAutoCompleteDelay global constant is equal to 500 (which means a half second delay).

See Also