ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDReplic: Implementing a replication
Configuring a replication requires several steps......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
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....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
List of operators
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
HFSQL constants
List of constants used by the HFSQL functions....
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
WINDEV Mobile Framework License Agreement
LDAPFind (Function)
Performs a search in an LDAP server.
24. Displaying and linking pages
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Starting WDOptimizer in a command line
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......