ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
BreakAdd (Function)
Adds a break into a Table or Looper control.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
3. Deploying a WINDEV application
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
LDAPConnect (Function)
Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure.
zipCreate (Function)
Creates an archive.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....