ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a table, query, etc....
<Page>.OpenChild (Function)
Opens a non-modal child window.
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
Internal component description
The description of an internal component can opened at any time......
FTPSize (Function)
Returns the size (in bytes) of a file located on an FTP server (File Transfer Protocol).
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
Time management
For each element (windows, reports, ......
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
DDEExecute (Function)
Sends a command that will be run on the server.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......