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.
zipOpen (Function)
Opens an existing archive.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
HNext (Function)
Sets the position on the next table record according to a browse item.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
SocketRead (Function)
Retrieves a message sent by another socket.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Input (Function)
Displays a message allowing the user to type an information.
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
ThreadCurrent (Function)
Returns the name of the thread currently run.
1. Managing emails
WINDEV includes multiple methods to manage emails...
ChangeTarget (Function)
Changes the target of a button action.
PreviousPage (Function)
Returns the name of the previous page.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.