ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HiWord (Function)
Returns the two high bytes of an integer.
LoWord (Function)
Returns the two low bytes of an integer.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
DateToInteger (Function)
Converts a date to an integer.
<Date type>.ToInteger (Function)
Converts a date to an integer.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following...
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++...
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled...
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well...
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
docNumbering (Type of variable)
The docNumbering type is used to define the advanced characteristics of a numbering used in a Word...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back...
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics...
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple...
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Composite variable
A composite variable contains different types of elements (members)...
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map...
API (Function)
Runs a function found in an external DLL.
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.