ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SocketRead (Function)
Retrieves a message sent by another socket.
PostgreSQL Native Connector: Features and notes
Remarks and specific features of Native PostgreSQL Connector......
WinStatus (Function)
Identifies or modifies the window status.
mqttSession (Variable type)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Border (Type of variable)
The Border type is used to handle a border through programming...
zipExeCreationParameter (Variable type)
The zipExeCreationParameter type is used to define all the information needed to create a self-extracting archive (.EXE file). This new variable type is available from WINDEV Suite SaaS 2025 Update 3....
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
docParagraph (Variable type)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
Address (Variable type)
The type Address type is used to manipulate the address of a place or person.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Position (Function)
Finds the position of a specified string within another string.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.