Looping through my controls on my form

guidorobben
guidorobben Member Posts: 157
Is there a way to loop through controls on my for. Something like this:

For I := 1 to CurrForm.Controls.Count
Begin
Message(CurrForm.Controls.Name)
End;

I want to know all the names of controls on my form... Is this possible??

Guido

Comments