ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
CouleurCadre (Property)
The Property color Frame allows you to define the color of the Border bubble step.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Copying controls from the page editor
The controls can be copied from the page editor......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
FolderModeImage (Property)
The FolderModeImage property is used to get and change the display mode of the folder image in TreeView and TreeView Table controls.
Border of controls
One of the most important elements of control style is its border......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Copying controls from the window editor
The controls can be copied from the window editor......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Copying controls from the report editor
The controls can be copied from the report editor......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Events associated with a Layout control
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......