ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Feedback component
The Feedback component is a component provided with WINDEV......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
Query and project
.NET Assemblies
.NET is Microsoft's software development platform......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Error 121: Shadowing a structure
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
1. Examples provided with WINDEV Mobile