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 SelectionToString() method is used to pass the values of the selected rows into a tab-separated list. In a single-row selection mode, the method returns the row which is currently selected.
The method needs one argument which specifies the name of the screen array from which the selected rows will be taken.
The method retrieves the values according to the following rules:
The order of the rows is defined by the user-specified settings. If the user did not specify any settings, the default order is used.
If a column was moved, its values will be placed to the same position as in the table.
If a column is hidden, its values will be ignored.
Phantom columns are ignored.
If the passed value contains special characters (double-quotes, controls characters having ASCII less then 0x20, new-line characters), it will be taken into double quotes.