ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
Multiline strings
To type character strings over several lines in the code editor...
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Constants for managing masks
Native Access to SAP
SAP is a widely used ERP......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....