ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
MatMultiply (Function)
Multiplies two matrices.
BufferToHexa (Function)
Converts a buffer into a displayable hexadecimal string (e.g. "4A 5B 00").
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
HExecuteProcedure (Function)
Runs a stored procedure.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
dbgEnableLog (Function)
Enables the runtime log programmatically.
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Table,Add (External language)
Adds an element to a Table control.
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").