ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTransactionEnd (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....
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
WINDEV Mobile concepts
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
<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.
SQLChangeConnection (Function)
Modifies the current connection.
fRename (Function)
Modifies the name of a file.
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
MatCopy (Function)
Creates the copy of a matrix.
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Help editor options
The options of the help editor ("Display......
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Error 16: Incompatible CASE
EventChange (Function)
Modifies the status of an event.
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
Open (Function)
Opens a modal WINDEV window.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...