ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDZip: Overview
WDZip is used to compress and group your files in archives......
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
dCopy (Function)
Copies an image to another image.
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Events associated with Chart controls
List of events associated with the Chart controls...
Generating the setup program
The last wizard step for creating the setup program allows you to......
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
ErrorThrow (Function)
Throw a non-fatal error.
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
13. Print: Reports
WINDEV reports...
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
iColumnEnd (Function)
Forces a column break in a multi-column report.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop