ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Environment of the report editor
Environment of the report editor...
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Page Header block
The Page header block is printed on each new page......
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
Organization chart linked to a data file
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
tapiDial (Function)
Dials a phone number for a voice line.
Financial constants
List of constants used by the financial functions....
fAttribute (Example)
Usage example of the fAttribute function
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
Restoring a project backup
WINDEV, WEBDEV and WINDEV Mobile allow you to regularly save the different elements of your project in an archive file (ZIP extension)......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Bar code constants
HCopyRecord (Example)
Usage example of the HCopyRecord function