Links
EControl Syntax Editor SDK
ecPopupCtrl.TAutoCompleteOption Enumeration
TAutoCompleteOption = (
  aoFormatted,
  aoWithColumns,
  aoExactClose,
  aoCaseSensitive,
  aoResetOnInput,
  aoShowEmpty
);

ecPopupCtrl

Members 
Description 
aoFormatted 
Specifies whether items should be parsed to get formatting data.
Use formatted to enable/disable formatting of displayed items. Formatted items may be rendered with different styles, may contain images and may be divided in columns.
Parsing items takes time, so when formatting is disabled auto-complete popup has the best performance. 
aoWithColumns 
Specifies whether columns widths should be calculated.
When column mode is enabled before showing auto-complete popup list all items have to be parsed to calculate width of columns. This may cause showing delay.
For large number of items (thousand and more) it is recommended to disable auto-sizing (AutoSize property) and to disable column mode. 
aoExactClose 
Specifies whether auto-complete popup control should be closed when input text exactly matches to item and there are no alternative items. 
aoCaseSensitive 
Specifies whether filtration is case sensitive. 
aoResetOnInput 
Resets delay timer on input. Thus delay is counted from the last inputted char. 
aoShowEmpty 
Specifies how to process situation when none item matches filter. If the option is true empty list box is displayed, otherwise all items are displayed without filtration. 

Options of TAutoCompletePopup component.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!