ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
EmailCheckAddress (Function)
Checks the validity of an email address.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
SQLExec (Function)
Names and runs an SQL query.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Native MySQL Connector - License Agreement
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....