ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

emailHeader (Type of variable)
The emailHeader type is used to retrieve or define the additional email headers.
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
ComponentLocate (Function)
Specifies the access path to an external component of project.
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
Select query description window: Items that can be used
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
TimeValid (Function)
Checks the time validity.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Obtaining an SSL certificate for IIS2 (2.0 or later)