ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
After
They After keyword can correspond to:
diagRectangle (Type of variable)
The diagRectangle type is used to define all the advanced characteristics of a shape of type Rectangle.
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
HOut (Example)
Usage example of the HOut function
diagOval (Type of variable)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
fEncrypt (Example)
Usage example of the fEncrypt function
SOAPRun (Function)
Runs a procedure on a SOAP server.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
TelemetryEnable (Function)
Enables the telemetry manually.