ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
LooperInsertLine (Function)
Inserts a row into a Looper control.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
Programming overview in C and C++
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.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Other operators
The following are additional operators......
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Constants for managing Map controls
Constants for managing Map controls...
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HSL (Function)
Creates a color from its hue, saturation and lightness.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.