1

Hello I want for my clients to be able to use windows predictive typing in my software, but I cannot figure out why does it work only for TComboBox and not TEdit, TMemo, TRichEdit. Nor can I find anything on the matter on msdn or elsewhere.

  • I don't know what "predictive typing" is. Do you mean "autocompletion"? If so, the WWW is full of examples. See, for example, https://stackoverflow.com/questions/2012208/google-like-edit-combo-control-for-delphi – Andreas Rejbrand Nov 27 '20 at 14:18
  • There are solutions for both a combobox and an edit in the link I provided as a duplicate. – Ken White Nov 27 '20 at 14:27
  • I mean the built in windows predictive typing. You can turn that on by going to settings, typing, 'show text suggestions as I type pm the software keyboard' and 'show tex suggestions as I type'. This functionality works only with TComboBox out of the box and not TEdit, TMemo... I can't figure out do I need to handle any messages or what exactly to do so it starts working. – Nikola Simeonov Nov 30 '20 at 08:36

0 Answers0