ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mouse management functions
List of functions for mouse management...
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
The Image control
The Image control is used to......
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
Log (Function)
Calculates the decimal logarithm of a numeric value.
Sin (Function)
Returns the sine of an angle.
Using several libraries in an application
A library is a WDL file that contains all the resources......
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
CoTan (Function)
Calculates the cotangent of an angle.
Tangent (Function)
Calculates the tangent of an angle.
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
.NET Assemblies
.NET is Microsoft's software development platform......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Calling a procedure/a function
Syntax for calling a local or global procedure.