ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Structure (Type of variable)
A structure is a custom type of data...
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.