ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
8. Project sharing in practice
Deselects a row in a Looper control....
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Animation of Mobile windows
In mobile applications, the different screens of the application are displayed via a small animation: display from the right, from the top, etc., ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
RTFSelection (Function)
Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report).
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
FirstDayOfYear (Function)
Returns the date of the first day of the year.