Page 1 of 1

Components and Classes

Posted: Monday 3rd October 2022 7:33am
by gambafeliz
Hello,

I need a guide but not spiritual :)

Could someone explain it to me well, well. How to make classes in Gambas as well as components.

Even if it is to send me to a website that has good explanations

Re: Components and Classes

Posted: Monday 3rd October 2022 11:45am
by BruceSteers
gambafeliz wrote: Monday 3rd October 2022 7:33am Hello,

I need a guide but not spiritual :)

Could someone explain it to me well, well. How to make classes in Gambas as well as components.

Even if it is to send me to a website that has good explanations
To create components check this page out.
http://gambaswiki.org/wiki/dev/gambas

You should look at some of the many many many programs on the farm, lots and lots of source code to see and study.

Much of gambas itself is written in gambas , you can download the gambas source code here...
https://gitlab.com/gambas/gambas
there you can see just how classes/components you use have been programmed. very useful for learning.

Re: Components and Classes

Posted: Monday 3rd October 2022 12:29pm
by gambafeliz
Thanks a million, young man :)