ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Info (Function)
Displays a custom message in a system information window.
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
HLinkMemo (Example)
Usage example of the HLinkMemo function
SSH constants
The following constants are used to manage an SSH server:...
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
The Line control
A Line control is used to display a line in a page......
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
SQLFirst (Function)
Positions on the first row of the query result.
HExtractMemo (Example)
Usage example of the HExtractMemo function
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......