ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
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......
GDI+ framework
Some WINDEV features use the GDI+ framework......
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....
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)....
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......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
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, ......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
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....
Query and project
.NET Assemblies
.NET is Microsoft's software development platform......
Error 121: Shadowing a structure
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......
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......
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......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
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......