ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing emails
List of constants used by the functions for managing emails....
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
Report controls
Several types of controls can be handled in a report created by the report editor......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
Control constants
List of constants used by the functions for managing controls...
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Print constants
List of constants used by the print functions....
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
grZoom (Function)
Defines the zoom of a chart.
Functions for handling directories and external files
List of functions for handling external files...
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Programming custom calculations in Table controls