ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
UUDecode (Function)
Decodes a character string in UUEncode format.
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
<Connection variable>.TransactionEnd (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....
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Operations performed on state-transition diagrams
The following paragraphs explain......