ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
PicRectangularSnipOCR (Function)
Runs OCR and extracts the text from a rectangular area defined with the mouse.
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
4. Activating a dynamic WEBDEV site
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
SOAP functions (prefix syntax)
List of SOAP functions...
Binding a ListView control to an item
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....