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
SaaSAdminAddPricing (Function)
Adds a SaaS pricing.
SaaSAdminFindPricing(Function)
Finds a SaaS pricing.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic...
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
HTMLFindElementByID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document...
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced...
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array...
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property....
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
DriveListeDirectory (Function)
Lists the directories of an Drive.
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
SaaSAdminListVisit (Function)
Returns the list of visits to a SaaS site.
fSeek (Function)
Gets and sets current position in an external file.