ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Associative array (Variable type)
An associative array is an "advanced" type of array...
Array functions
List of functions for managing arrays
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
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
dFill (Example)
Usage example of the dFill function
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
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.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Events associated with Edit controls
WLanguage events associated with Edit controls...