ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSL (Function)
Creates a color from its hue, saturation and lightness.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
NextTitle (Function)
Modifies the title of next window to open.
FTPDate (Example)
Usage example of the FTPDate function
Creating the Vision windows of the WINDEV RAD pattern
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Table,Modify (External language)
Modifies an element in a Table control.
HAdd (Example)
Usage example of the HAdd function
FTPListFile (Example)
Usage example of the FTPListFile function
HOnError (Example)
Usage example of the HOnError function
HState (Example)
Usage example of the HState function
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
HMergeView (Example)
Usage example of the HMergeView function
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
HListItem (Example)
Usage example of the HListItem function
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
SQLConnect (Example)
Usage example of the SQLConnect function
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Constants used by the TraceStart function
List of constants used by the TraceStart function....
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
ControlClone (Function)
Creates a new control from an existing control.
SQLExec (Example)
Usage example of the SQLExec function
Creating the Table windows of the WINDEV RAD pattern