ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Designing a supercontrol
A supercontrol is an advanced type of control......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
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.
HOut (Example)
Usage example of the HOut function
Enumeration (Type of variable)
An enumeration is a set of values......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Execute (Function)
Starts the execution of a process through programming.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
Variable scope
Variables can be declared anywhere in the code....
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Voice commands in your applications
The applications that you develop can react to the user's voice......
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
BackgroundTaskAdd (Function)
Adds a new background task.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......