TWebEditAutoComplete and Classes

This isn't exposed as a property but you can access the main DIV element with
WebEditAutoComplete.ElementHandle.parentElement and use

TJSHTMLElement(WebEditAutoComplete.ElementHandle.parentElement).setAttribute('class','myclassname');