ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
ErrorThrow (Function)
Throw a non-fatal error.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
NetworkDisconnect (Function)
Disconnects a network drive.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
Count (Property)
The Count property returns the number of elements in a given set.
The HTML control
The HTML control displays HTML pages or HTML code......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
fMoveDir (Function)
Moves a directory and its content.
ExceptionInfo (Function)
Retrieves information about the current exception.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
XMLSavePosition (Function)
Stores the current position in the XML document.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.