I'm using a TWebEditAutoComplete and set it some classes.
I understood that unlike TWebEdit, HTML created is a DIV then the INPUT
I understood too that property ClassName is the class of the INPUT (always the "hot" element in TMS it seems).
Now, I want to put some classes to the global Element, the DIV. I found properties "ActiveClassName" and "ItemClassName" in adds to the classic "ElementClassName".
So I tried this: