[Gambas-user] List al the classes and symbols
Martin
mbelmonte at belmotek.net
Tue Jun 28 16:08:12 CEST 2022
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.
More information about the User
mailing list