ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
Creating the Form pages of a WEBDEV RAD pattern
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Other operators
The following are additional operators......
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
LooperDelete (Function)
Deletes a row from a Looper control.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Automatic management of exceptions
The management of exceptions can be customized by process......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
WINDEV: Example of programmed Drag and Drop
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.