ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

9. Sharing a project in practice
Sharing a project in practice...
8. Sharing a project in practice
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
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
Camera (Property)
The Camera property is used to identify and change the camera used (back or front).
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, ......
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......