RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.AutoComplete Property

Determines whether the user can give focus to items by typing in the list.

Pascal
property AutoComplete: Boolean;
C++
__property Boolean AutoComplete;

Use AutoComplete to specify whether the list box automatically updates the ItemIndex property in response to user keystrokes. When AutoComplete is true, the item with focus changes to the first item that begins with the sequence of characters that the user typed. As the user types more characters, ItemIndex may change to a later item because the string to match becomes longer. 

 

ItemIndex

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