ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HReset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
Assignment operators
Three assignment operators are available...
<Source>.Reset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
WLanguage types
The different types in WLanguage are...
Advanced types
The advanced types of WLanguage are as follows
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.
WBAdminDeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text,...
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.