ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Examples for using the OLE DB provider for HFSQL
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
17. Project Management Hub
...Project Management Hub...
Typing multilingual texts
For a multilingual application, you have the ability to......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
The Wire control
The Wire control is used to visually link 2 controls......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Events associated with Combo Box controls
List of events associated with Combo Box controls...
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
5. HFSQL Cient/Server
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
The HTML Display control
The HTML Display control displays a web page in an application......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
Typecasting of parameters
The description of the parameter type is optional......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......