ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
LDAPNbValue (Function)
Returns the number of values for an attribute.
2. Modes to install an application
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Events associated with control templates
List of events associated with control templates...
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
Assisted universal replication programmatically
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......