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...
hbColumnDescription (Type of variable)
The hbColumnDescription type is used to define the advanced characteristics of a group of columns...
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will...
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result...
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones...
Handling a toolbar through programming (prefix syntax)
WINDEV allows you to handle a Toolbar control through programming......
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document...
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
Communicate with an SSH server (prefix syntax)
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption...
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text...
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character...
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
HClient structure
The HClient structure is used to......
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify...
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
The Camera control
The Camera control is used to view the video captured by a camera connected to the current...
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
The Breadcrumb control
...The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back...
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced...