ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
17. TLS/SSL: Encrypting information on the Web
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
HDFS constants
The following constants are used by the HDFS functions:...
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Constants for managing the windows
List of constants used by the functions for managing the windows...
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
Constants for WLanguage types
List of constants for managing WLanguage types....
How to open a window?
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
New (Reserved word)
New is used to allocate memory space...
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....