I have 10 TSpeedButtons labeled "1" ... "10". "10" is aligned MostRight, and all the rest are aligned "Right". At run-time I see 9 8 7 6 5 4 3 2 1 10 rather than 1 2 3 4 5 6 7 8 9 10 as I do at design time. Any idea why this might be so?

Comments

  1. Interesting edge case. Haven't thought of that one as mobile devices don't work that way.

    ReplyDelete
  2. In VCL it's the Left (or Right) properties. Controls are stored by name alphabetically in VCL. Have you tried renaming them? TC1 => TC01 ... TC10 => TC10? Lol.

    ReplyDelete

Post a Comment