ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Associative array (Variable type)
An associative array is an "advanced" type of array...
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Functions for managing arrays (prefix syntax)
List of functions for managing arrays
Array functions
List of functions for managing arrays
TreeView constants
List of constants used by the TreeXXX functions...
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
HChangeName (Function)
Modifies the physical name of a data file.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
CursorDisplay (Function)
Displays or hides the mouse cursor.
EventOpen (Function)
Opens a synchronization event between several threads.
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
Events associated with Edit controls
WLanguage events associated with Edit controls...
dFill (Example)
Usage example of the dFill function
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
OCRExtractText (Function)
Reads the text contained in an image.
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.