ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
KeyExpression (Example)
Usage example of the KeyExpression property
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Events associated with windows
List of events associated with windows...
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
Referring to an element in a WLanguage event / process
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
fReadLine (Example)
Usage example of the fReadLine function
Input (Function)
Displays a message allowing the user to type an information.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Events associated with Edit controls
WLanguage events associated with Edit controls...
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Crosstab report
The report editor allows you to create "Crosstab" reports......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
HLinkMemo (Example)
Usage example of the HLinkMemo function