ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive...
WEBDEV Application Server administration functions
The following functions are used to manage users and connections on a WEBDEV Application Server:
SAP functions
List of SAP functions
Memcached functions
The following functions are used to manage Memcached databases:
Logical operators
The logical operators are as follows...
List of reserved words
The ReturnedValue property is used to:
  • Get and change the value returned by a window, page or report.
  • Get and change the value returned by an option in a Radio Button control.
Functions specific to iOS - Apple Watch communication
The WLanguage functions specific to the communication between the iOS applications and the associated Apple Watch applications are as follows:
WEBDEV Application Server administration functions (prefix syntax)
The following functions are used to manage users and connections on a WEBDEV Application Server, using prefix syntax:
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
ExeListProcess (Function)
Returns the list of applications currently run.
The Cell control
The Cell control contains controls......
Print functions
List of print functions...
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes...
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes...
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Automatic management of exceptions
The management of exceptions can be customized by process......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Android permission management
Android applications require permissions to provide certain features that may require access...
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
iBorder (Function)
Prints a border at specified coordinates.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored...
iSkipLine (Function)
Forces one or more line break.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....