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
xlsSave (Function)
Saves an XLS document.
SaaSAdminSubscriptionAllocateLicense (Function)
Assigns a subscriber license to a SaaS user.
Guided tour management functions
Guided tour management functions...
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...
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
Insert (Function)
Inserts an element at a given position: into 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.