ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
Drawing constants
List of constants used by the drawing functions....
System constants
List of constants used by the system functions....
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
BurnerErase (Example)
Usage example of the BurnerErase function
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......
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......
5. Which type of server to choose?
8. Optimizing an application
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
HFSQL management functions
List of functions for HFSQL management...
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
ThreadExecute (Function)
Starts the execution of a secondary thread.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
SQLConnect (Example)
Usage example of the SQLConnect function