ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PHPExecute (Function)
Calls an external .php script and returns the result in a string.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
ThreadPause (Function)
Pauses the current thread during the specified duration.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
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.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Installing a SOAP server with IIS
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
MySelf (Reserved word)
MySelf is used to handle the current control...
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
Constants for managing projects
List of constants used by the functions for managing projects....
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
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......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
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.
SocketWrite (Function)
Writes a message intended to another socket.
Handling a Web Component control through programming