ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Configuring an application with User Groupware
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Programming the table cells
The Table controls can be handled......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Managing main window menus
A main menu is necessarily associated with a window......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......