ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
DDELink (Function)
Creates a hot link with a data.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
Python: Native calls
WLanguage allows for native Python calls......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
fSelect (Function)
Opens the Windows file picker.
Hidden (Property)
The Hidden is used to: Determine if a control in a report is hidden. Redact or blur a control in a report....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
PDF Reader control events
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Managing parallel tasks
The computers are becoming more and more powerful......
WINDEV applications for Linux: Specific features
Custom tooltips
Tooltips are very useful for application users......
HCopyRecord (Example)
Usage example of the HCopyRecord function