ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
Interactive notification management constants
Interactive notification management constants...
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
MCIPosition (Function)
Returns or changes the current position in a media file previously opened (MCIOpen).
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
NotifPushListInvalidIdentifiers (Function)
Returns the list of invalid identifiers on the APN service of Apple.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
TreeSelectPlus (Function)
Selects an element in a TreeView control.
Constants for managing the clipboard
List of constants used by the functions for managing the clipboard....
Signature control properties
A Signature control can be handled in a report by the following WLanguage properties......
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
11. User Macro-Code: UMC in practice
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Locking data files: correspondence between WINDEV 5.5 and the later versions
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.