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

TAutoCompleteOptions

Declaration

Source position: comboex.pas line 42

type TAutoCompleteOptions = set of (

  acoAutoSuggest,

  

  acoAutoAppend,

  

  acoSearch,

  

  acoFilterPrefixes,

  

  acoUseTab,

  

  acoUpDownKeyDropsList,

  

  acoRtlReading

  

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.