ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
The Tab control
The Tab control is used to simultaneously display different controls......
Automatic documentation of external components
External components must include a technical documentation......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
Aliases on data files: HAlias
The aliases are used to handle......
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HCheckStructure (Function)
Defines the mode for comparing data files.
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
BitcoinCore features
The Bitcoin functions that make handle a Bitcoin Core server possible include ......
<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....
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
HRSWaitForDataProcess (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....
<Source>.DeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
<Source>.InfoMemo (Function)
Returns the characteristics of binary and text memos.
<Connection variable>.InfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
<Connection variable>.InfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
<Connection variable>.InfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......