ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
Events associated with Table controls
List of events associated with Table controls...
fListDirectory (Example)
Usage example of the fListDirectory function
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
LDAPFind (Function)
Performs a search in an LDAP server.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
SQLExec (Function)
Names and runs an SQL query.
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
FTP constants
List of constants used by the FTP functions....
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
fDate (Example)
Usage example of the fDate function
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
fDateTime (Example)
Usage example of the fDateTime function
StatCovariance (Function)
Calculates the covariance between two series of values.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function