TAdvmemo - property does not exist

I have installed newest version of the component package but the TAdvMemo seems to be broken. When I try to run a form with a TAdvMemo on it, I get the error: property autocompletion.starttoken does not exist. The funny thing is that I can't find it in the code either, but it is still a property in the object inspector, but not precent in the code.

Please heltp!

The latest version has this property AdvMemo.AutoCompletion.StartToken

Can you please search your FULL hard disk for ADVMEMO.PAS file and make sure there is ONLY ONE and the latest version that is getting compiled with your app?

It was because I have TMS IntraWeb installed as well and there is a clash of the name AdvMemo.pas. I have rearrange the library search order and now the right file is loaded. I have not tested IntraWeb yet, but I'll know what goes wrong if I should run into a problem.