ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for the archiving functions
List of constants used by the archiving functions....
HListKey (Example)
Usage example of the HListKey function
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
HtmlFormat (Property)
The HtmlFormat property is used to: find out whether an edit control accepts the input in HTML format. modify the input format of an edit control....
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
The Upload control
The Upload control is used to upload files on the Web server......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Events associated with TreeView controls
List of events associated with TreeView controls...
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Bar code constants
CursorCapture (Example)
Usage example of the CursorCapture function
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
iPreview (Example)
Usage example of the iPreview function