ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
SignatureType (Property)
The SignatureType property is used to get and define the type of signature to be used in a Signature control.
Page (Property)
The Page property is used to handle a page.
CursorCapture (Example)
Usage example of the CursorCapture function
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
Scheduler control events
The following events associated with Scheduler controls:...
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....
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......
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...
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....
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......
iPreview (Example)
Usage example of the iPreview function