ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector...
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code...
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
XMLData (Example)
Usage example of the XMLData function
SysNumberScreen (Function)
Returns the number of screens currently connected to the current computer.
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
<Looper>.InsertLine (Function)
Inserts a row into a Looper control.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
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)....
EnumControl (Example)
Usage example of the EnumControl function
fExtractPath (Example)
Usage example of the fExtractPath function
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).