ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
HelpFile (Function)
Returns or modifies the name of the help file used by the context-sensitive help of a window.
<Spreadsheet>.DeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
Pivot Table control properties
A Pivot Table control can be handled in a window by the following WLanguage properties......
Screen,Coordinate (External language)
Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
SpreadsheetDeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
ContactCreate (Function)
Displays the contact creation window of the device's native contact management application (Android, iPhone or iPad)....
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
<Spreadsheet>.RecalculateAll (Function)
Recalculates all formulas of a Spreadsheet control found in a window (including the formulas that use WLanguage functions/procedures)....
SpreadsheetRecalculateAll (Function)
Recalculates all formulas of a Spreadsheet control found in a window (including the formulas that use WLanguage functions/procedures)....
JWTCreateAssertion (Function)
Creates a JWT assertion. This new function is available from WINDEV Suite SaaS 2025 Update 1....
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
11. Popup page
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Native Container control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Debugging without using a debugger
In some cases, running a program or a site with or without the debugger can produce different results......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Select query description window
The description window of a select query includes several sections......
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
Action Bar control events
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......