I have an Array of TButton's (10 TButton)Now, I would place them horizontal on the Form with a for loop.How can I do this, when I have only the Counter Variable btnCount ?The Buttons shall have a gap of 10 Pixels on each.