[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ComboEx' (#lcl)

TAutoCompleteOption

Declaration

Source position: comboex.pas line 38

type TAutoCompleteOption = (

  acoAutoSuggest,

  

  acoAutoAppend,

  

  acoSearch,

  

  acoFilterPrefixes,

  

  acoUseTab,

  

  acoUpDownKeyDropsList,

  

  acoRtlReading

  

);