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.
It is possible to use a form file to store a toolbar which one can apply to other form files and windows.
To create a toolbar that can be added to other program objects, create a form which will contain only a toolbar and no other form objects besides the default ones.
The third-party files containing the toolbar definition are also converted into the .fm2 format.
The LoadToolbar() method is used to load a toolbar for the specified ui.Form object:
CALL MyForm.LoadToolbar("mytoolbar_form")
It is advised that you don’t use the file extension name in the toolbar form specification. In this case, the runtime system will automatically add it. However, you still can specify the toolbar form as "mytoolbar_form.fm2"
The toolbar added this way will also be used in MDI containers.