Hello people.
I would like to know if there's any way to add buttons in a form but inside an array.
So I can do something like this, for instance,
for c1:=1 to 5
do
Button[1].enabled:=true;
In VB was pretty easy, U just copy and paste the button
and the program asked U if U wanted to make an array.
But I can't find the way to do it in Delphi.
Thanx in advance.
Rusty.
PS:Yes, I'm very sorry I programmed in VB.
I would like to know if there's any way to add buttons in a form but inside an array.
So I can do something like this, for instance,
for c1:=1 to 5
do
Button[1].enabled:=true;
In VB was pretty easy, U just copy and paste the button
and the program asked U if U wanted to make an array.
But I can't find the way to do it in Delphi.
Thanx in advance.
Rusty.
PS:Yes, I'm very sorry I programmed in VB.