ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
Creating the Form windows of a WINDEV RAD pattern
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
sfLeadConvertResult (Type of variable)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
dbgSaveDebugDump (Function)
Saves a dump file of the application.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
ArrayCopy (Function)
Copies the content of an array to another array.
The Clickable Image control
The Clickable Image control can be used to......
fCurrentDrive (Function)
Gets or sets the current drive.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
HViewToFile (Example)
Usage example of the HViewToFile function