ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The log process
...A log is a special file that contains the history of all changes made to one or more tables over a given period of time (date the table was created, last automatic data modification, last backup created with WDLog, etc.)...
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
NFCSendTag (Function)
Sends a NFC tag to another device.
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
WDMap: Export records from a table
WDMAP allows you to export records to......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
<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....
HTransaction (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
gpwAuthLogin (Function)
Allows you to log in to the User Groupware using an account such as Facebook, Google, Microsoft, etc.