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 Close() method is used with a variable of the FORM data type which has already been used with the ui.Form.open() method. It closes the form described by the variable and frees the resources allocated to it. Once the form is closed, the corresponding FORM variable can be used to open and manipulate another form.
This method takes no arguments. It does not return anything and closes the form described by the form variable.
CALL form_v.Close()