[Gambas-user] List al the classes and symbols

Benoit Minisini benoit.minisini at gambas-basic.org
Tue Jun 28 16:40:41 CEST 2022


Le 28/06/2022 à 16:08, Martin a écrit :
> El 28/6/22 a las 15:08, Benoit Minisini escribió:
>> Only "State" is relevant now. 0 = Stable, 1 = NotFinished, 2 = 
>> Unstable... See the source code of the 'CComponent.class' in the IDE 
>> source code for the different possible constants.
> ok, igot it.
> 
> Public Const STABLE As Integer = 0
> Public Const STABLE_NOT_FINISHED As Integer = 1
> Public Const UNSTABLE As Integer = 2
> Public Const DEPRECATED As Integer = 3
> Public Const UNKNOWN As Integer = 4
> 
> Best regards.
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----

I strongly suggest that you make a copy of the classes located in the 
'Project/Components' folder of the IDE project, and use them to get the 
class metadata.

These are the classes that should be put inside a component.

Regards,

-- 
Benoît Minisini.


More information about the User mailing list