|
|
|
|
|
|
|
END can correspond to: - the END keyword of WLanguage used to specify the end of a loop.
- the End property, which can be used on EventTimeline variables.
.... |
|
|
|
|
|
|
Stops the manual iteration of data file linked to a Table control based on a data file. |
|
|
|
|
|
|
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start). |
|
|
|
|
|
|
Positions at the end of media file played in the Multimedia control. |
|
|
|
|
|
|
Ends the execution of the current program. |
|
|
|
|
|
|
Sets the position of the target end of an arrow in a "Shape" control. |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff. |
|
|
|
|
|
|
Marks the end of a critical section: another thread will be able to run the code. |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
The SWITCH statement is used to choose the action that will be run according to the value of an expression... |
|
|
|
|
|
|
Positions at the end of media file played in the Multimedia control. |
|
|
|
|
|
|
Automatically initializes the values of the members found in a class or in a structure... |
|
|
|
|
|
|
When creating a report, the test of this report can be run from the report editor...... |
|
|
|
|
|
|
There are two methods to populate Table and Looper controls programmatically...... |
|
|
|
|
|
|
Word Processing controls can be handled programmatically...... |
|
|
|
|
|
|
For each network application listed in the User Control Center, the "Management of network... |
|
|
|
|
|
|
Several test tools are available to guarantee the quality of your applications...... |
|
|
|
|
|
|
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds... |
|
|
|
|
|
|
Stops the current process and forces the input in the specified control, window or page. |
|
|
|
|
|
|
Creates a self-extracting archive as a 32-bit executable (.EXE). |
|
|
|
|
|
|
The Table controls can be 100% AJAX...... |
|
|
|
|
|
|
Stops the current process, sets the focus to the specified control, window or page, and allows... |
|
|
|
|
|
|
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min |
|
|
|
|
|
|
A WEBDEV cluster is a set of servers (or server farm)...... |
|
|
|
|
|
|
Queries are used to easily select records in one or more data files...... |
|
|
|
|
|
|
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number... |
|
|
|
|
|
|
The hbScanParameter type is used to define the parameters for iterating over the records... |
|
|
|
|
|
|
To create a scenario, the following elements must be installed on the current computer...... |
|
|
|
|
|
|
The RETURN statement is used to exit a statement block and the current process (or procedure). |
|
|
|
|
|
|
In some cases, you may want to print several reports one after another, and view... |
|
|
|
|
|
|
Entirely or partially locks an external file. |
|
|
|
|
|
|
Locks the current thread until it receives a signal from another thread. |
|
|
|
|
|
|
Begins, commits or rolls back a transaction:
on the files of a database opened by SQLConnect,... |
|
|
|
|
|
|
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy... |
|
|
|
|
|
|
Draws a chart according to the specified parameters. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|