ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
Operations performed on state-transition diagrams
The following paragraphs explain......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Z-index of a control
All the controls in a window or report have a different z-index......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
GDI+ framework
Some WINDEV features use the GDI+ framework......
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Creating nested reports
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
.NET Assemblies
.NET is Microsoft's software development platform......