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.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to 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...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a procedure...
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.
Functions for managing Organizer controls (prefix syntax)
The following functions are used to handle the Organizer control via prefix syntax:...
Assisted input management functions (prefix syntax)
The following functions are used to manage the assisted input (prefix syntax) in edit controls...
Functions for managing menus (prefix syntax)
List of functions for managing menus...
WEBDEV Application Server remote control functions
The following functions are used to manage users and connections on a WEBDEV Application Server:...
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
Standard FTP functions
List of standard FTP functions...
Error 805: No syntax without parameter
End-user UI management functions
Functions for managing Image Editor controls and WDPic variables
The following functions are used to manage Image Editor controls and WDPic variables:...
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
Error 810: * can only be used for a parameter with a default value
OBEX functions
List of OBEX functions...
SNMP functions
List of SNMP functions...
SaaS functions
The SaaS functions are as follows:
Burn functions
List of burner functions...
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
AJAX management functions
List of functions for AJAX management...
LDAP functions
List of LDAP functions...
Python functions
The Python functions are as follows......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
Information 2104: This function is kept for backward compatibility
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
NotesViewListColumn (Example)
Usage example of the NotesViewListColumn function
1
3
4
5
6
7
331
>