ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
Style of a control
As soon as it is created, a control is associated with a style......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Port (Property)
The Port property is used to identify and change a server connection port.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
Out (Property)
The Outside property is used to know if an email was read correctly on the server.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Printing nested reports
To create a main report containing several secondary reports:...
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
ERR_CANNOT_RUN_EXPLORER
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
Help editor options
The options of the help editor ("Display......
WEBDEV 2024: New features in this version
Here are the new features that you will discover in this version......
WEBDEV 2024
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.