ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
Examples for using the OLE DB provider for HFSQL
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
OLE DB: System requirements
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer...
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HDescribeConnection (Function)
Describes a new connection to an external database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Optional connection information
When defining the connections in the data model editor or when defining the connections programmatically, you have the ability to specifier the optional connection information...
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Events associated with the project
List of events associated with the project...
HFSQL Client/Server: Configuring the server
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
WDLog: Backup of HFSQL tables
WDLog allows you to save all the HFSQL tables used by a WINDEV or WEBDEV application......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
11. Controls in practice
Discover the main characteristics of the controls...