ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Popup window
WINDEV allows you to open windows in popup format......
ReplicSynchro: Use
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
Functions for managing pages (prefix syntax)
List of functions for managing pages (prefix syntax)...
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
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)....
7. Internal component
An internal component is a set of elements from a project....
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Obtaining an SSL certificate for IIS2 (2.0 or later)
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Creating requirements
The following steps must be performed to implement the requirements......
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......