ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
HOnError (Function)
Customizes the management of HFSQL errors.
Constant
The constants are language elements whose value is fixed once and for all...
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
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.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Designing a supercontrol
A supercontrol is an advanced type of control......
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......
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......
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.
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
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......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
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......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......