ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
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......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
OpenChild (Function)
Opens a non-modal child window.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
ReplicInfo (Function)
Returns information about a replication.
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....