ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Creating a table in a report
Tables can be created in a report......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
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....
3. Server configuration
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
ScreenCastAllowed (Property)
The ScreenCastAllowed property is used to: find out whether the user can cast the content displayed in the Multimedia control to an external device (compatible with AirPlay), allow or prevent the user from casting the content displayed in the Multimedia control to an external device (compatible with AirPlay)....
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
7. Internal component
An internal component is a set of elements from a project....
Animating a Static control
Two methods can be used to animate a Static control......
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Windows
The windows represent the main interface of a WINDEV application......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......