ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
iPreview (Function)
Configures the print destination.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
NotificationDisplay (Function)
Displays a message outside the browser.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Automatic documentation of external components
External components must include a technical documentation......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Print constants
List of constants used by the print functions....
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
WDXView : Use
This help page presents the different features of WDXView......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......