ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
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?......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Record (Type of variable)
The Record type is used to save the values of a record.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
tapiBlindTransfer (Function)
Performs a "blind" transfer.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
JSONToVariant (Example)
Usage example of the JSONToVariant function
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Event (Example)
Usage example of the Event function
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).