ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLToText (Function)
Converts a character string in XML format into a standard character string.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
Sort (Function)
Sorts a WLanguage array.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Contains (Function)
Allows you to check if a substring is within a string.
XLS file handling functions
List of functions for managing XLS files...
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
ControlToSource (Function)
Assigns the control value to the source of a control link.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
MatFill (Function)
Initializes all the elements found in a matrix of a given size.