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

TAutoCompleteOptions

Declaration

Source position: comboex.pas line 40

type TAutoCompleteOptions = set of (

  acoAutoSuggest,

  

  acoAutoAppend,

  

  acoSearch,

  

  acoFilterPrefixes,

  

  acoUseTab,

  

  acoUpDownKeyDropsList,

  

  acoRtlReading

  

);