ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Creating the link buttons in the windows of a WINDEV RAD pattern
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Camera (Property)
The Camera property is used to identify and change the camera used (back or front).
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
inAppRestorePurchases (Function)
Restores the purchases of non-consumable products previously performed by the user in an iOS application.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
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......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......