2016-08-30 12:18 GMT+02:00 Christof Thalhofer <chri...@deganius.de>:
> Am 29.08.2016 um 09:20 schrieb Fabien Bodard:
>
>> In the IDE if you write :
>>
>> Property MyProp As Integer    and validate
>>
>>
>> The all the stuff (_Read, _Write) is automagiquely added at the end of the 
>> file
>>
>> You just have to validate at the end of the property declaration  line....
>
> Yes, but in my case I also need corresponding private Variables, which
> hold the data.

I think this can be added but the problem is to manage anybody
variable calling.
As Benoit does and years before i use to add type and range of a
variable in it's name.

But maybe others dev don't want that way...

>
> Therefore I wrote the GS-creator for me as a simple tool because I have
> to create a lot of classes which represent rows of database tables as
> models for my own Gambas ORM.
>
> Even with the help of the Gambas IDE that job would cause a lot of pain
> in my hands ... ;-)
>
>
> Alles Gute
>
> Christof Thalhofer
>
> --
> Dies ist keine Signatur
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to