ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Primary (Property)
The Primary property can be used: on the gglPostalAddress type. on the gglEmail type. on the gglInstantMessaging type on the gglOrganization type on the gglPhoneNumber type]....
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Key (Property)
The Key property is used to manipulate keys: in an xmlSignature variable. in a memcachedResult variable....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Background
The "Background" keyword can correspond to: the Background variable, the Background property of a docParagraph variable....
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......