ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Table,Add (External language)
Adds an element to a Table control.
Socket constants
List of constants used by the functions for socket management....
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
3. Managing sockets
WINDEV includes advanced socket management functions....
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
Different types of data (Type of variable)
A variable is defined by name and type......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Automation object
The Automation keyword is used to declare an automation object...
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Printing in PDF format: Special cases
Specific features of print in PDF format...
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.