ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
fExeDir (Function)
Returns the directory from which the execution is started.
WinStatus (Function)
Identifies or modifies the window status.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
HChangeConnection (Example)
Usage example of the HChangeConnection function
Constants for encryption/compression
List of constants used by the encryption/compression functions...
SQLExec (Function)
Names and runs an SQL query.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
iPrintReport (Function)
Prints a report created with the report editor.
WDDeploy: Deploying a package
WDDeploy can be used to......
iPreview (Function)
Configures the print destination.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
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......
XMLDocument (Function)
Creates a new XML document.
FTPCommand (Function)
Sends a specific FTP command to a server.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function