ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV 2024
HTransactionEnd (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....
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
EmailGetAll (Function)
Retrieves all the emails found on a server.
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
Custom tooltips
Tooltips are very useful for application users......
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
HInfoServer (Function)
Returns the specified information about the server.
RESTSend (Function)
Sends a REST request and waits for the server response.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
Properties associated with report controlss
List of properties associated with the report controls...
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......