ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HInfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
<Connection variable>.RSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
HExecuteProcedure (Function)
Runs a stored procedure.
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
<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....
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
HListConnection (Function)
Returns the list of connections currently described in the application.
GetDefinition (Function)
Retrieves the definition of element type.
WEBDEV concepts
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.