ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Native Access to SAP
SAP is a widely used ERP......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
WEBDEV license agreement
WEBDEV license agreement...
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.
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...
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Aliases on data files: HAlias
The aliases are used to handle......
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
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....
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
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.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.