ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Creating the windows and the pages of the RAD pattern
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
HClient structure
The HClient structure is used to......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Handling Scheduler controls programmatically
A Scheduler control can be......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
How to loop through a file using filters?
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......