ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the remote accesses
The remote accesses are used to create a temporary network connection...
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
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....
ODBCDatabaseName (Property)
The ODBCNomBase property allows you to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
WaitWindowStart (Function)
Opens the wait window of application.
HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
HCreateMovableReplica (Function)
Creates a movable replication.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the table.
13. External component in practice
External component in practice...
12. External component in practice