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...
xlsSave (Function)
Saves an XLS document.
SaaSAdminSubscriptionAllocateLicense (Function)
Assigns a subscriber license to a SaaS user.
Guided tour management functions
Guided tour management functions...
Advanced types
The advanced types of WLanguage are as follows...
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes...
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop....
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
SaaSAdminListPricing (Function)
Lists the pricing of a SaaS site.
SaaSAdminModifyClientConnection (Function)
Modifies the connection to the client database for a SaaS site.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative...
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus...
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema...
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
MQTTDisconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
MQTTPublish (Function)
Publishes a message on the MQTT broker.