ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLLock (Function)
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....
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Creating a select query
A select query (corresponding SQL statement......
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
The Site Map control
The Site Map control allows the Web user to......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
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....
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
9. Sharing a project in practice
Sharing a project in practice...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......