ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
MatCopy (Function)
Creates the copy of a matrix.
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
<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.
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.
EventChange (Function)
Modifies the status of an event.
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Help editor options
The options of the help editor ("Display......
Error 16: Incompatible CASE
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Open (Function)
Opens a modal WINDEV window.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
<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)....
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
WDOptimizer: Editing and modifying a ".REP" file
WinStatus (Function)
Identifies or modifies the window status.