[Gambas-user] closing a form

Rob sourceforge-raindog2 at ...94...
Sun Jun 29 01:18:09 CEST 2003


On Saturday 28 June 2003 17:39, Benoit Minisini wrote:
> > ThatOtherForm.MyTextbox.Clear
> > ThatOtherForm.MyTextbox.Insert("Whatever you wanted to say")
> Faster is :
>   ThatOtherForm.MyTextbox.Text = "Whatever you wanted to say"

Oh geez, I have no idea why it never occurred to me that the Text property 
wouldn't be writable.

Rob





More information about the User mailing list