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.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
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.
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...
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.
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.
Passing parameters
The parameters can be passed to a procedure...
Constants for managing character strings
List of constants used by string management functions...
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection...
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted...
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated...
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
gglCalendar (Type of variable)
The gglCalendar type is used to describe and modify a calendar used by the Google Calendar...
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary...
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite...
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark,...
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
hbCell (Type of variable)
The hbCell type is used to define the advanced characteristics of the content of a cell (item...
Handling a Popup control through programming (prefix syntax)
The popup being a control of the page, you have the ability to access: the page controls...
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download...
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved...
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor...
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
Socket constants
List of constants used by the functions for socket management....
Page constants
List of constants used by page functions....