ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
gglPostalAddress (Type of variable)
The gglPostalAddress type is used to describe and modify the postal address of a contact...
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
General environment of WINDEV
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
XML management: Use example
This application example manages an XML file named "Orders......
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.