ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handle_R (Property)
The Handle keyword gets and sets the handle of an element.
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
Border management constants
List of constants used by the border management functions....
CommandLine
The CommandLine keyword can correspond to...
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
httpRequest
The HTTPRequest keyword can correspond to...
Keep-alive on connection
Nation (Property)
The Nation keyword can correspond to...
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Defining clickable areas
In a page, an Image control can contain clickable areas......
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
DataDirectory (Property)
The DataDirectory keyword can correspond to...
Age
The Age keyword can correspond to...
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
gglPerson (Type of variable)
The gglPerson type is used to describe and modify the participants attending an event of a Google calendar...
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
FreeDLL
The FreeDLL keyword can correspond to ...
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....