ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Events associated with a Gantt Chart column
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Environment of the data model editor
15. Unit tests on the executable
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
Events associated with framesets
List of events associated with framesets...
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Error 2109: You are using the ObjectInfo function