ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
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.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
AWP without UI
Bootstrap, Angular, React, Vue......
Creating a delete query
A delete query (corresponding SQL statement......
InternalPagePopup (Property)
The InternalPagePopup property is used to get and modify the name of the internal page used to customize the content of marker popups in a Map control.
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....
InternalWindowPopup (Property)
The InternalWindowPopup property is used to get and modify the name of the internal window used to customize the content of marker popups in a Map control.
Compass (Property)
The Compass property is used to: display or hide the compass on a Map control, determine whether the compass is displayed on a Map control....
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
grSurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
<Chart>.SurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
Mask management functions
The following functions are used to manage masks......
Defining columns of Table controls programmatically
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...