ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
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.
Configuring an application with User Groupware
Cardinalities
The cardinalities are used to count the links between the files......
HReadFirst (Function)
Positions on the first file record according to a browse item.
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......
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
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......