ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
fWrite (Function)
Writes: a character string into an external file. a memory section....
The Clickable Image control
The Clickable Image control can be used to......
iDestination (Function)
Configures the print destination.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
fCreate (Function)
Creates an external file.
Constants for managing certificates
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
Popup window
WINDEV allows you to open windows in popup format......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
zipClose (Function)
Closes an archive.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....