ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VSpace (Property)
The VSpace property gets and sets the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
BlurLevel (Property)
The BlurLevel property gets and sets the percentage of blur applied to a control in a report.
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
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"...
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
Events associated with a Signature control
The following processes are associated with a Signature control:...
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
PrintArea (Property)
The PrintArea property is used to get and change the print area of a Spreadsheet control in a report.
SignatureMode (Property)
The SignatureMode property is used to get and change the signature options of a Signature control in a report.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Properties associated with report controlss
List of properties associated with the report controls...
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Using the query result
The result of a select query can be used in......
Printing reports? Annotate, print, search with the report viewer
PrintedSheet (Property)
Within a report, the PrintedSheet property is used to get and change the sheet of a Spreadsheet control to be printed.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.