When a TsButton is showing an image with ImageAlignment set to iaTop then sometimes word-wrapping the caption text fails.
Attached is a pic and an app that demonstrates that step by step:
*) Drop a TsButton on the form, increase it's heigt.
*) Assign an imageList, set ImageIndex to 0 and ImageAlignment to iaTop.
*) add a few characters to the caption – in the pic it's ” 12″. fine.
*) add more characters – (in my case “34”) suddenly the last word disappears.
*) add more characters – (in my case “5”) suddenly the last word shows properly
So in some languages – depending on the length of the translation – words disappear from buttons even though there would be enough space. Irritating.