ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Site test in practice
Share your projects via Git
Git is a source code manager......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
How to develop a PHP site?
What is a PHP site?......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
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"...
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Operations performed on class diagrams
The following paragraphs explain......
Obtaining an SSL certificate for IIS2 (2.0 or later)
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
16. Application test in practice
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Using the task management and the schedule
Time management is extremely important......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Developing 64-bit sites
You can deploy 64-bit compatible sites......