Auto Completion with TAdvMemo

How do you get auto completion in TAdvMemo to work?

Thanks

You need to set AdvMemo.AutoCompletion.Active = true .... and Styler.AutoCompletion.
For further detail see Pascal example in AdvMemo's demo.

Thanks for that, I just realized that the HTML styler does not have AutoComplete. But I solved my problem by modifying the PHP Styler.

Thanks