ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
ThreadPersistent (Function)
Makes a thread persistent.
ExeListProcess (Function)
Returns the list of applications currently run.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Options of the window editor
To configure the general options of the window editor......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control...
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options...
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications)...
Creating an executable: General options
The main executable options are as follows......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application...
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must...
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window...
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
SQLExec (Function)
Names and runs an SQL query.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Creating the Form windows of a WINDEV RAD pattern
Handling Scheduler controls programmatically
A Scheduler control can be......
The planes in WEBDEV
The planes are used to group the controls of an element......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++...
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes,...
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......