ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Native Access to SAP
SAP is a widely used ERP......
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
docTabulation (Variable type)
The docTabulation type is used to define the characteristics of a custom tabulation.
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
Google Calendar management functions
List of functions for managing Google calendars...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
Error (Function)
Displays a custom error message in a system error window.
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
7. Multilingual applications in practice
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
3-tier architecture
The development in "3-tier" architecture is now simplified......