| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FileDropComboClass > FileDropComboClass Properties >====== EntryCompletion (automatic fill-ahead flag) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[econ current state of entry completion .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[removeduplicatesflag remove duplicate data .htm|{{btn_next_n.gif|Next page}}]] | | || | | **EntryCompletion** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **EntryCompletion** property indicates whether FileDropComboClass tries to automatically complete the end user selection. A value of one (1) or True enables the automatic completion; a value of zero (0) or False disables automatic completion. When EntryCompletion is enabled, the FileDropComboClass object displays the list item that is nearest the value entered by the end user. The FileDropComboClass object reevaluates the display immediately after each end user keystroke. **Implementation:** The Init method sets the EntryCompletion property to True. The TakeEvent and TakeNewSelection methods implement the behavior specified by EntryCompletion. **See Also:**     [[init initialize the filedropcomboclass object .htm|Init]], [[takeevent process the current accept loop event filedropcomboclass .htm|TakeEvent]],[[takenewselection process event newselection events filedropcomboclass .htm|TakeNewSelection]]