[Gambas-user] Control arrays
Ahmad Kamal
eng_ak at ...200...
Mon Jul 21 00:16:01 CEST 2003
>
>No control arrays, but controls can be put in the same group. Do you see the
>(Group) property in the IDE property sheet ?
>
>Every control in the same group has the same event handlers. The prefix of
>these event handlers is the name of the group.
>
>This is explained in one of the tips of the days... that you can translate
>into arabic too ;-)
Yes, but groups only handle multiple event handling, but changing the
forecolor of a lot of labels is not doable by groups, or is it? DO I really
have to
label1.text="1"
label2.text="2"
label3.text="3"
...
More information about the User
mailing list