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.
Net constants
List of constants used by the Net functions....
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic...
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
NET constants
List of constants used by the DotNet functions....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts...
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server...
ProgressBar (Property)
WLanguage proposes...
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Constants used by the XML signature
Constants used by the XML signature...
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic...
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
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......
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...