ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
Calling a procedure/a function
Syntax for calling a local or global procedure.
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
11. Controls in practice
Discover the main characteristics of the controls...
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
SemaphoreCreate (Function)
Creates a semaphore.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
PythonExecute (Function)
Executes a function present in a Python module.
gClickableLink (Function)
Adds a clickable link in a graphic string.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.