ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
16. Application test in practice
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
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......
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.