ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
dPolyline (Function)
Draws a line composed of multiple segments.
Width (Property)
The Width property is used to determine and change the width of an element.
Font
The Font keyword can correspond to: a Font variable. the Font property....
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
SQLExec (Function)
Names and runs an SQL query.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Creating the skin template of a report
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Automation object
The Automation keyword is used to declare an automation object...
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......