ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Retrieving the content of a record for the specified file Hide the details
Value of the record, in the following format: <Content of item 1> + <Item separator> + <Content of item 2> + ...The contents of items are extracted according to the physical order of items in the data file. If the item corresponds to NULL, <Content of item> corresponds to an empty string ("").Depending on the specified <Format>, this character string is in ANSI format (default) or Unicode format.
Name of the data file (view or query) used.
Character string used to separate the different items in <Result>. The default separator is TAB.
Character string used to separate the values of array items (or sub-items) in <Result>. The default separator is TAB.Caution: for backward compatibility wit WINDEV 5.5, the separators are not indicated when the array items are empty.
Format used to return the value of the record. By default, an ANSI format character string is returned. To get a Unicode format string, use the following constant:hUnicode<Result> is a Unicode character string.
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: