ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable.
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to...
HForward (Example)
Usage example of the HForward function
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
Type (Example)
Usage example of the Type property
Table,Modify (External language)
Modifies an element in a Table control.
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
fCreate (Example)
Usage example of the fCreate function
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....
HDescribeItem (Example)
Usage example of the HDescribeItem function
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
2. WEBDEV administrator in practice
FTPAttribute (Example)
Usage example of the FTPAttribute function
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Using the Salesforce service
Salesforce is a very popular CRM software......
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
Table,Insert (External language)
Inserts an element into a table at a given position.