Forum: Delphi
Dec 15th, 2007, 1:40 AM
|
|
Replies: 4
Views: 470
Re: Select a control by name
Thank you ;
But I want select a group of check box in loop for example
for i:=1 to 10 do
{select controls by its name}
abajan
|
Forum: Delphi
Dec 13th, 2007, 1:41 AM
|
|
Replies: 4
Views: 470
Select a control by name
hi ;
I create some check box control in my form and i want to select it by its name
(set focus control by it name ) . woul you please help me?
abajan
|