ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Lotus Notes constants
List of constants used by the Lotus Notes functions....
Pyramid charts
Pyramid charts allow you to view data in descending order......
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
Environment of the window editor
The main elements of window editor are as follows:
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
grPrint (Function)
Prints a chart.
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......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Starting WDOptimizer in a command line
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Map control functions
Map control functions...
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.