ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

11. User Macro-Code: UMC in practice
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
fSelect (Function)
Opens the Windows file picker.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
HMode (Function)
Changes the mode and the method for locking data files.
Software Factory
The concept of software factory is used to automate the process for creating applications....
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
HCopyRecord (Example)
Usage example of the HCopyRecord function