[Gambas-user] CheckBox Group property for created Checkbox

Benoît Minisini gambas at ...1...
Sun Apr 29 11:58:33 CEST 2012


Le 29/04/2012 09:17, Ian Roper a écrit :
> Greetings all,
>
> If you create a new checkbox as a child of an existing control....
>
> Dim MyCheckbox as Checkbox
>
> Checkbox = New checkbox(MyScrollView) as "MyCheckboxName"&
> Str(RecordId)

'"MyCheckboxName" & Str(RecordId)' is actually the Group property, not 
the control name. The control name is the Name property.

Regards,

-- 
Benoît Minisini




More information about the User mailing list