ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
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.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
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......
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
AWP without UI
Bootstrap, Angular, React, Vue......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
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....
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
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....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
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
Multilingual project
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...