ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
HRegenerateFile (Function)
Regenerates a data file from its log.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
HExecuteProcedure (Function)
Runs a stored procedure.
MatDelete (Function)
Deletes an existing matrix.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Guided tour management constants
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
FTPCommand (Function)
Sends a specific FTP command to a server.
The Cell control
The Cell control contains controls......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Enumeration (Type of variable)
An enumeration is a set of values......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
fWrite (Function)
Writes: a character string into an external file. a memory section....
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.