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.
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
PageAddress (Function)
Used to find out the Internet address of a page.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
The different types of integers
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
VariantConvert (Function)
Converts the value stored in a Variant variable].
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Events associated with control templates
List of events associated with control templates...
Value (Property)
The Value property is used to get and change the value of an element.
11. Controls in practice
Discover the main characteristics of the controls...
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
StringFormat (Function)
Formats a character string according to the selected options.
fCompress (Example)
Usage example of the fCompress function
fListFile (Example)
Usage example of the fListFile function
ArraySort (Example)
Usage example of the ArraySort function
Constants for managing the registry
List of constants used by the registry management functions....
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......