RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListBox.AutoCompleteDelay Property

Specifies the delay between a key press and an attempt to autocomplete the field.

Pascal
property AutoCompleteDelay: Cardinal;
C++
__property unsigned AutoCompleteDelay;

Specifies the delay in milliseconds between a key press and an attempt to autocomplete the field. Autocomplete will position to matching list values as you type, sometimes saving you keystrokes.  

AutoCompleteDelay is only in effect when the AutoComplete is true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!