[Gambas-user] Controlling dynamic objects
Rob Kudla
sourceforge-raindog2 at ...94...
Mon Apr 3 01:03:39 CEST 2006
On Sun April 2 2006 18:49, GuruLounge - MailLists wrote:
> This works in some instances but I was wondering if I could
> assign whatever object "LAST" is at that time to a temporary
> object name and access it's child controls as well? Something
> like:
>
> myobject = LAST.object
> myobject.listview1.clear
Or just
dim myobject as Object
myobject = LAST
myobject.clear
I think that's what you're trying to do, anyway....
Rob
More information about the User
mailing list