[Gambas-user] System colors

Martín mbelmonte at belmotek.net
Fri May 5 19:41:38 CEST 2023


El 5/5/23 a las 16:46, Bruce Steers escribió:
>  For Each sSymbol As String In Classes["Color"].Symbols
>    If Classes["Color"][sSymbol].Kind = Class.Constant Or If 
> Classes["Color"][sSymbol].Kind = Class.Property Then $Colors[sSymbol] 
> = Object.GetProperty(Color, sSymbol)
>  Next

hehe, code is never simple enough, right? :-)
Thanks again.

Martin.



More information about the User mailing list