ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
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....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
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.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
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).
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.