ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing a SOAP server with IIS
Sound (Function)
Plays a sound in WAV format.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
grColor (Function)
Returns and initializes the color of different chart elements.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
MySelf (Reserved word)
MySelf is used to handle the current control...
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Handling a Web Component control through programming
SocketWrite (Function)
Writes a message intended to another socket.
12. External component in practice
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.