ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
The OLE control
The OLE control is used to handle an OLE object......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting...
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find...
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance...
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements...
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker...
Handling an Organization Chart control through programming (prefix syntax)
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Handling a TreeView Table control programmatically (prefix syntax)
This page explains how to program TreeView Table controls......
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
User Groupware files
Two categories of data files are managed......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Map control properties
The following properties can be used with Map controls:...
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can...
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can...
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can...
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding...
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS...
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main...
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user...
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can...