ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Replication management functions
Three types of replication are proposed......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Activation key management functions
The following functions are used to manage activation keys:...
Information 37: Optimize your FOR loop
Speech synthesis management functions
The following functions are used to manage speech synthesis...
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
GranularityMovement (Property)
The GranularityMovement property gets and sets the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
<Array>.DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....