ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Importing tables into the database schema (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc, ...
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Web Camera control properties
A Web Camera field can be manipulated in WLanguage in a page with the following properties.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
sEvent (Function)
Branches an event on a serial port.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Scheduler control events
The following events associated with Scheduler controls:...
HRestoreBackup (Example)
Usage example of the HRestoreBackup function
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
<Page>.Address (Function)
Used to find out the Internet address of a page.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.