[Gambas-user] how to list members of class ?
Fabien Bodard
gambasfr at ...11...
Wed Nov 30 13:40:47 CET 2005
Le Mercredi 30 Novembre 2005 12:38, Josemar a écrit :
> hi
> sorry, my english is very bad...
>
> make class "cCar" with some properties, ex: "engine","fuel", etc
> make class "fusca" with inherits class "cCar" and propertie "model"
> in class "fusca" i see propertie "model", but i don´t see the properties
> inheritance by class "cCar"
> how to list members of class ?
>
> tks :-)
Hi
First have you use 'PROPERTY' keyword to declare your properties
then are you sure you have writed INHERITS cCar with the good class name
then in a module do :
dim ca as new fusca
if you type fusca. it need to show you all the properties
else wrote here, tel us what version of gambas you use...
Fabien
More information about the User
mailing list