ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Local procedure
Two types of procedures are available...
Declaring a procedure/a function
The different syntaxes for declaring 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.
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used.
Procedure Description (Variable type)
The Procedure Description type allows you to get information about a procedure or a method.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Set of procedures
The global procedures are grouped in set of procedures...
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Optional parameters
Some of the parameters passed to a procedure can be optional parameters...
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Typecasting of parameters
The description of the parameter type is optional...
Passing parameters
The parameters can be passed to a procedure...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly...
Reactive procedures
Reactive procedures are executed when the value of a control or variable changes...
Starting WDOptimizer in a command line
dbgInfo (Function)
Returns a debug information.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Name (Property)
The Name property is used to get the name of an element.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still...
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user...
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
REP files
REP files contain the list of data files handled by the application....
12. External component in practice
Character strings
WLanguage supports different types of strings....
3. Deploying a WINDEV application
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Various constants
List of various constants used by the constants WINDEV functions....
5. User Groupware in practice
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors...
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
HFSQL constants
List of constants used by the HFSQL functions....
Handling Scheduler controls programmatically
A Scheduler control can be......
Specific features of the applications for iPhone/iPad
29. SEO in practice
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts...
Events associated with an Organizer control
The following events are associated with Organizer controls:...