ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
Events associated with the project
List of events associated with the project...
HOpenConnection (Function)
Opens a connection to a specific database.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Installing a SOAP server with Apache
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
List of extension attributes
The list of extension attributes ......
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
HSubstDir (Example)
Usage example of the HSubstDir function
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
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....
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Animation (Property)
The Animation property animates an image.
fSelectDir (Function)
Opens a directory picker.
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......