ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
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.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Generating an application for Universal Windows 10 App
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
The HTML Display control
The HTML Display control displays a web page in an application......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
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....
List of extension attributes
The list of extension attributes ......