ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Compilation options
The compilation options allow you to define the help system generation settings......
ServiceWait (Function)
Pauses the current service during the specified duration.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
OpenMainMenu (Function)
Opens the main menu of the current window.
tapiDial (Function)
Dials a phone number for a voice line.
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
EmailCheckAddress (Function)
Checks the validity of an email address.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).