ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
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......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Display (External language)
Displays a value in a control or assigns a value in a variable.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Accessing a database via a web service
The database can be accessed via a web service......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Operations performed on class diagrams
The following paragraphs explain......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Query editor
The query editor is used to automatically create queries on the data files......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....