ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
3-tier architecture
The development in "3-tier" architecture is now simplified......
3. Deploying a WINDEV application
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
End of Document block
The End of document block is run once at the end of the report execution......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......