ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
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.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
PageDisplay (Function)
Displays a web page in the user's browser....
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
15. Repeating a group of controls: loopers
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
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....
<Popup>.Animate (Function)
Displays a popup in a page cell.
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
Events associated with Static controls
List of events associated with Static controls...
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
PageAddress (Function)
Used to find out the Internet address of a page.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
<Page>.Display (Function)
Displays a web page in the user's browser....
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
<Page>.Address (Function)
Used to find out the Internet address of a page.
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
gpwEnumControl (Function)
Enumerates the controls found in a window or page.