TAdvWordCloud - nothing selected with wsSingle

Hello support team,
I have a new form, put a TAdvWordCloud component on it. I add two Words (just setting "displaytext"). Now starting the app I click on the second Word and it appears focused/selected. If I check the "selected" property of both words they are both "false".
On the other hand if I set in the properties of one word the property "selected" to "true" (during design time) and start the app, nothing appears selected.
With the "selection" property set to wsMulti it works as expected.

I'm using version 1.1.2.0

Regards
Harald

When AdvWordCloud.Selection = wsSingle, then the index of the selected item is returned with AdvWordCloud.WordIndex: integer;