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.
Process (Property)
The Process property is used to modify the processes to be executed by the events available...
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table...
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Overview
Overview of the different operators...
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page...
Principle for running threads
At runtime, an application runs in a main thread......
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control...
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
The Upload control
The Upload control is used to upload files on the Web server......
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user...
Position
The Position keyword can correspond to...
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened...
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Round (keyword)
The Round keyword can correspond to...
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Handling a Multiline Zone control through programming (prefix syntax)
A Multiline Zone control can be handled programmatically using the control name....
The Tab control
The Tab control is used to simultaneously display different controls......
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......