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...
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
NotifListCategory (Function)
Lists the notification categories of the application.
<Word Processing>.Add (Function)
Adds at the end of a Word Processing control: an element, a document, a paragraph, a text, an image...
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
AIDetect (Function)
Detects different elements in an image: object, faces, etc, ... This detection is achieved...
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array...
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
GglFillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar...
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Managing parallel tasks
The computers are becoming more and more powerful......
Query
The keyword "Query" is used to describe:
Constants for managing speech synthesis
Déconnecte un client actuellement connecté sur un serveur de WebSocket....
After
They After keyword can correspond to:
SpeechSynthesisListVoices (Function)
Returns the list of voices available on the device for the speech synthesis engine.
Modbus functions
List of Modbus functions...
The different types of integers
TimeToString (Function)
Converts a time to a string in the specified format.