ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
17. TLS/SSL: Encrypting information on the Web
iCreateFont (Function)
Creates a new print font.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Kanban control events
The following events are associated with Kanban controls......
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
zipSelectFile (Function)
Selects files from an archive.
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Typecasting of parameters
The description of the parameter type is optional......
"?" menu
WINDEV proposes a help menu adapted to your applications......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.