ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Custom tooltips
Tooltips are very useful for application users......
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
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, ......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
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......
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....
Type (Property)
The Type property is used to get and change the type of an element.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Testing a project: setting
By testing the project you can simulate how the application will run......
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
The Check Box control
A Check Box can correspond to......
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....