ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
ThreadExecute (Function)
Starts the execution of a secondary thread.
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
13. Security benefit: managing the "Back" button
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Native Access to SAP
SAP is a widely used ERP......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Defining a help window template
WINDEV allows you to create help window templates......
Replication: The different types
The data replication is a powerful feature......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
The different types of windows
The following types of windows can be created in a WINDEV application......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min