ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Thread management functions
List of functions for managing threads...
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
iPrintReport (Example)
Usage example of the iPrintReport function
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
fLongPath (Function)
Returns the full long path of a file or directory.
13. Security benefit: managing the "Back" button
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
fShortPath (Function)
Returns the full short path of a file or directory.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
ProgressBarSystem (Property)
The ProgressBarSystem property is used to get and change the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
grIncreaseData (Function)
Adds a value to a data in a chart.
Events associated with Shape controls
List of events associated with Shape controls...
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
iPrintImage (Function)
Sends the image file to print to the print buffer.
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......