Firemonkey Edit/Combo autocomplete/autosuggest while typing

前端 未结 3 724
广开言路
广开言路 2021-01-15 06:17

What is the way to implement Autocomplete or Autosuggest with Delphi/Firemonkey for Windows/Android platforms as well as MacOS and iOS?

3条回答
  •  萌比男神i
    2021-01-15 07:04

    For iOS (I did not check on Android, but should also work) set ControlType of TMemo or TEdit to Platform - this will show T9 autocomplete and check spelling.

提交回复
热议问题