ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HCreation (Example)
Usage example of the HCreation function
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
29. SEO in practice
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
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)......
HCheckStructure (Function)
Defines the mode for comparing data files.
HDeclare (Example)
Usage example of the HDeclare function
16. Application test in practice
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Select query description window: Use
Let's see some operations specific to the description window of a select query......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Creating a delete query
A delete query (corresponding SQL statement......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Using RAD patterns
The steps for creating a RAD pattern are as follows......
HOpenConnection (Example)
Usage example of the HOpenConnection function
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......