ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
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.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
12. Pages in practice
Mashup
The concept of Mashup consists in aggregating data coming from different software, different...
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes...
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic...
9. Generation modes
WINDEV Mobile includes different types of generation......
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table...
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box,...
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called...
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab...
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called...
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense...
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font...
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font...
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table...
Code snippets
The code editor allows you to enter "Code snippets"......
Constants for managing the modification of windows by the user
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value...
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer...
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without...
Enumeration (Type of variable)
An enumeration is a set of values......
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics...
MySelf (Reserved word)
MySelf is used to handle the current control...
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......