ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Window management functions (prefixed syntax)
List of functions for managing windows...
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
iParameterViewer (Function)
Configures the report viewer.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
<Window>.MDIOpen (Function)
Opens and enables an MDI child window.
HPass (Function)
Defines the password used to create or open a data file.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Materialized view
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HDescribeItem (Function)
Describes a file item through programming.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
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......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
SQL view
An SQL view is a virtual data source defined by an SQL query......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.