ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
"?" menu
WINDEV proposes a help menu adapted to your applications......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Popup window
WINDEV allows you to open windows in popup format......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Principle for running threads
At runtime, an application runs in a main thread......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Creating help pages
A help system includes several pages......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Creating a Java archive
When your Java application is developed, you can......
Euro constants
List of constants used by the functions for managing the Euro....
Properties of a help page
The characteristics of a help page are used to define......
Programming the table cells
The Table controls can be handled......