ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Obtaining an HSL (SSL) certificate for IIS
To obtain an HSL (SSL) certificate for IIS, follow these steps......
5. Android and iOS windows: Characteristics
WINDEV Mobile offers the possibility to configure the characteristics of the windows....
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
Logical operators
The logical operators are as follows......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
The Upload control
The Upload control is used to upload files on the Web server......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Extern (Reserved word)
EXTERN is used to...
Passing parameters
The parameters can be passed to a procedure......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.