ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Outstanding progress bars
Simple or symmetric progress bar?...
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Installing a SOAP server with Apache
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
Using several libraries in an application
A library is a WDL file that contains all the resources......
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Twain constants
List of constants used by the Twain functions....
FTP constants
List of constants used by the FTP functions....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
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....
EmailReadPrevious (Example)
Usage example of the EmailReadPrevious function
FileDisplay (Example)
Usage example of the FileDisplay function