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...
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time,...
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition...
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files....
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet...
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following...
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must...
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task...
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled...
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks...
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV...
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS...
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found...
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed...
1
3
4
5
6
7
133
>