ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Project description: Project tab
The project description window allows you to configure various elements of your project......
Specific features of the Express version
ERR_NO_PROJECT
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....
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Properties associated with the report blocks
List of properties associated with the report blocks...
Specific features of the Express version
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
ERR_NO_APPLICATION
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
The Static control
A Static control is a control used to display a static text......
Certificate (Property)
The Certificate property gets and sets the certificate used in a Signature control.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
SignatureType (Property)
The SignatureType property is used to get and define the type of signature to be used in a Signature control.