ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Query editor
The query editor is used to automatically create queries on the data files......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
iGroupAdd (Function)
Adds a report to a group of reports.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Events associated with Carousel controls
List of events associated with Carousel controls...
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
Error 1006: The member is not global: use: to access it
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
Events associated with an infinite Progress Bar control