ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Assignment operators
Three assignment operators are available...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
IsNumeric (Function)
Enables you to find out whether a variable or a control is:
  • a numeric (integer, real, currency or numeric).
  • a string that can be converted into numeric.
Constant
The constants are language elements whose value is fixed once and for all...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
Queue, stack and list management functions
List of functions for managing the queues, the stacks and the lists...
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.
Date and Time management functions
List of functions for managing dates and times...
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
WBAdminCreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
WBAdminUpdateAccount (Function)
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server.
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text,...
WBAdminDeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
Redis management functions
The following functions are used to manage a Redis database:...
xlsGetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
<Array>.Sort (Function)
Sorts a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
Drive management functions: OneDrive, Google Drive, Dropbox (prefixed syntax)
Drive management functions include ......
EventOpen (Function)
Opens a synchronization event between several threads.
EventClose (Function)
Closes a synchronization event between several threads.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
Sort (Function)
Sorts a WLanguage array.