|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The following paragraphs present...... |
|
|
|
|
|
|
|
| The monitoring robot includes three executables...... |
|
|
|
|
|
|
|
| A Table control can be used to display the content of a data file or query...... |
|
|
|
|
|
|
|
| Returns the characteristics of all the columns (or items):
for a given table.
for a given query.... |
|
|
|
|
|
|
|
| The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ...... |
|
|
|
|
|
|
|
| A Data source variable is used to describe a temporary data source (query, view, alias, ...) |
|
|
|
|
|
|
|
| The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
|
| Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica. |
|
|
|
|
|
|
|
| A Link Description variable is used to describe a link between two data files through programming. |
|
|
|
|
|
|
|
| The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself...... |
|
|
|
|
|
|
|
| Creating a replication with ReplicEdit allows you to specify several parameters...... |
|
|
|
|
|
|
|
| Used to lock:
The entire data table, in read and write mode. Its data cannot be accessed by other computers.
The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example.... |
|
|
|
|
|
|
|
| The automatic data file modification updates the description of data files on user computers...... |
|
|
|
|
|
|
|
| Some operations are required before an existing project can be used by the Source Code Manager...... |
|
|
|
|
|
|
|
| WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min |
|
|
|
|
|
|
|
| WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.... |
|
|
|
|
|
|
|
| Returns the different types of columns supported:
by the data source identified by SQLConnect
by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection).... |
|
|
|
|
|
|
|
| Declares the end of the query execution and frees the memory resources allocated during the execution of the query. |
|
|
|
|
|
|
|
| Prints the content of the specified Table control without having to create a report based on the Table control. |
|
|
|
|
|
|
|
| The setup program creation wizard allows you to define all the settings of your setup program.... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ...... |
|
|
|
|
|
|
|
| Retrieves the content of a Text Memo column found in the query result, for the current line. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|