ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Complete (Function)
Returns a character string of a specified length.
XMLSavePosition (Function)
Stores the current position in the XML document.
Multimedia control properties
List of properties associated with the Multimedia control...
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
CallDLL32 (Example)
Usage example of the CallDLL32 function
Library,Disk (External language)
Opens the project library that is stored on disk.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Constants for manging the replication
List of constants used by the functions for managing the replication....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
HConnect (Example)
Usage example of the HConnect function
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
MapEndOfMove (Function)
Stops following the device movement in a Map control.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Chart management functions
...Chart management functions...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.