To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
The function apply_theme() is used to apply themes to your program. Its syntax is as follows:
CALL apply_theme(theme_file)
where theme_file stands for a string value identifying the name of the theme to be applied.
Example function call:
CALL apply_theme("my_styles")
Some of the properties are applied to the application right after its starting. These properties won't have effect if they are added or changed at application runtime.