ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
<Looper>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
EmailReadLast (Example)
Usage example of the EmailReadLast function
HClusterStart (Function)
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example).
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
HaspHLDecrypt (Function)
Decrypts a character string by using the algorithms of the Hasp key.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Accessing a database via a web service
The database can be accessed via a web service......
NFC constants
List of constants used by the NFC functions...
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
Speech synthesis in the mobile applications
The phones can talk!......
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.