ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
SQLFirst (Function)
Positions on the first row of the query result.
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Warning 18: Loop without potential end
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
HFilter (Function)
Defines and enables a filter on a table, view or query.
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....