ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
Mask functions
The following functions are used to manage masks...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Character strings
WLanguage supports different types of strings....
KioskEnable (Function)
Switches the current Android application to kiosk mode.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
PostMessage (Function)
Sends a Windows message to a control or to a window.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Replication management functions
Three types of replication are proposed......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
SendMessage (Function)
Sends a Windows message to a control or to a window.
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Feedback component
The Feedback component is a component provided with WINDEV......
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
sfMergeRequest (Type of variable)
The sfMergeRequest type is used to describe the elements to merge during the call to SFMerge...
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Handling an internal component
An internal component is a set of elements from a project......
Handling the report blocks through programming
Each report block is associated with different events......
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......