ComponentOne List 8.0 for ActiveX
MatchEntryTimeout Property (TDBCombo)

 

TDBCombo Reference> TDBCombo Control Properties> MatchEntryTimeout Property (TDBCombo)

MatchEntryTimeout Property (TDBCombo)

This property returns or sets a value indicating the timeout value, in milliseconds, for incremental searching when a TDBCombo control's ComboStyle property is set to 2 - Dropdown, or when a TDBList control's MatchEntry property is set to 2 - Extended.

Syntax

object.MatchEntryTimeout= long

Remarks

Read/Write at run time and design time.

Property applies to TDBList and TDBCombo controls.

The search is performed incrementally as characters are typed. If there is no keystroke after this time value, the incremental search will be reset, allowing the user to begin a new search.

For the TDBCombo control, this means that the text entry box is cleared after the timeout period has passed, and new characters may be entered in their place.

For the TDBList control, this means that after the timeout period has passed, the next characters entered will start a new search through the list.

Note: The ListField property determines which column is searched.

See Also

TDBList and TDBCombo Controls

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback