ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CodeEditorInsert (Function)
Inserts a string in the Code Editor control.
CodeEditorDeleteAll (Function)
Deletes the contents of the Code Editor control.
InServiceMode (Function)
Indicates whether the code is run in a service.
InJavaMode (Function)
Indicates whether the code is run in Java.
InPHPMode (Function)
Indicates whether the code is run in PHP.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
ODBCSQLCode (Property)
The ODBCCodeSQL property allows you 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)....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
WDTrans: Rolling back all changes made to the files held by a transaction
If a transaction is in progress, rolls back all changes made to the files since the beginning of the transaction......
<Chart>.PieStartAngle (Function)
Indicates the starting angle of the first slice in a Sector, Hemicycle or Donut graph.
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Commands of the external interface
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......