if I have to create a hundred of Editbox and Each Editbox must Show the same Message="Hello".I have to Write from edit1 to edit100 like this
Edit1->Text:=''Hello";
Edit2->Text:=''Hello";
Edit3->Text:=''Hello";
Edit4->Text:=''Hello";
.
.
.
Edit99->Text:=''Hello";
Edit100->Text:=''Hello";
My program is Quite long!
Do you Have any way to make my program Shotter such as use array or somethings ?
Thanks for your advise
Edit1->Text:=''Hello";
Edit2->Text:=''Hello";
Edit3->Text:=''Hello";
Edit4->Text:=''Hello";
.
.
.
Edit99->Text:=''Hello";
Edit100->Text:=''Hello";
My program is Quite long!
Do you Have any way to make my program Shotter such as use array or somethings ?
Thanks for your advise