[Gambas-user] Classes and objects

Steven Lobbezoo steven at ...1652...
Sat Mar 8 15:54:56 CET 2008


Hi,

I have a class that does

    Object.SetProperty(ctrl, "Rows.Count", 0)
Which does not work.

If I do     Object.SetProperty(ctrl.Rows, "Count", 0)
this does not work either

ctrl is a gridview in the form that uses my class.
How can I set it's property's ?

Thanks 
Steven






More information about the User mailing list