ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PC SOFT Free Technical Support
Thank you for buying one of our products......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
12. Retrieving data from a site
3-tier architecture
The development in "3-tier" architecture is now simplified......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
Record (Type of variable)
The Record type is used to save the values of a record.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Internal component
An internal component is a set of elements from a project......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
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......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
8. Optimizing an application
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
HCheckStructure (Function)
Defines the mode for comparing data files.
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
Internal component description
The description of an internal component can opened at any time......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min