ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You can use Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
SSH constants
The following constants are used to manage an SSH server:...
Select query description window: Items that can be used
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
HState (Example)
Usage example of the HState function
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HFileExist (Example)
Usage example of the HFileExist function
Creating the Relation pages of a WEBDEV RAD pattern
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
2. Projects in practice
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function
xlsVersion (Example)
Usage example of the xlsVersion function
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
HConnect (Example)
Usage example of the HConnect function