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
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
FTPSize (Example)
Usage example of the FTPSize function
<Organizer>.DeleteAppointment (Function)
Deletes an appointment from an Organizer control.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
Error 404: The file for HFSQL browse cannot be an expression of this type
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
TimelineDeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
Using the Salesforce service
Salesforce is a very popular CRM software......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back...
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data...
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile....
MapDeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code...
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external...
Size (Property)
The Size property is used to determine and change the size of an element.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying...
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform...
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses...
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....