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...
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned...
gglPerson (Type of variable)
The gglPerson type is used to describe and modify the participants attending an event of a Google...
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task...
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
gglCoordinate (Type of variable)
The gglCoordinate type is used to describe and handle a geographical point on a map...
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
gglInstantMessaging (Type of variable)
The gglInstantMessaging type is used to describe and modify the characteristics of the instant...
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
gglPostalAddress (Type of variable)
The gglPostalAddress type is used to describe and modify the postal address of a contact...
gglContactGroup (Type of variable)
The gglContactGroup type is used to describe and modify a group of contacts used by the Google...
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage...
gglAuthor (Type of variable)
The gglAuthor type is used to identify the author of a Google element...
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced...
saasSite (Type of variable)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site.
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
saasUser (Type of variable)
The saasUser type is used to define the advanced characteristics of a user of SaaS site.
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription...
saasPricing (Type of variable)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
saasService (Type of variable)
The saasService type is used to define the advanced characteristics of a SaaS service.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
1
2
3
4
5
6
133
>